From 5993ceb232719d21f621250432b8ea0d4889684c Mon Sep 17 00:00:00 2001 From: Ken Van Hoeylandt Date: Sat, 31 Jan 2026 13:11:36 +0100 Subject: [PATCH] Rename device modules (#470) Standardised device module identifiers across all supported devices to use consistent naming conventions with lowercase alphanumeric and hyphen-separated formats. --- Devices/btt-panda-touch/Source/module.cpp | 2 +- Devices/cyd-2432s024c/Source/module.cpp | 2 +- Devices/cyd-2432s028r/Source/module.cpp | 2 +- Devices/cyd-2432s028rv3/Source/module.cpp | 2 +- Devices/cyd-2432s032c/Source/module.cpp | 2 +- Devices/cyd-4848s040c/Source/module.cpp | 2 +- Devices/cyd-8048s043c/Source/module.cpp | 2 +- Devices/cyd-e32r28t/Source/module.cpp | 2 +- Devices/cyd-e32r32p/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-advance-28/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-advance-35/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-advance-50/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-basic-28/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-basic-35/Source/module.cpp | 2 +- Devices/elecrow-crowpanel-basic-50/Source/module.cpp | 2 +- Devices/generic-esp32/Source/module.cpp | 2 +- Devices/generic-esp32c6/Source/module.cpp | 2 +- Devices/generic-esp32p4/Source/module.cpp | 2 +- Devices/generic-esp32s3/Source/module.cpp | 2 +- Devices/guition-jc1060p470ciwy/Source/module.cpp | 2 +- Devices/guition-jc2432w328c/Source/module.cpp | 2 +- Devices/guition-jc3248w535c/Source/module.cpp | 2 +- Devices/guition-jc8048w550c/Source/module.cpp | 2 +- Devices/heltec-wifi-lora-32-v3/Source/module.cpp | 2 +- Devices/lilygo-tdeck/Source/module.cpp | 2 +- Devices/lilygo-tdisplay-s3/Source/module.cpp | 2 +- Devices/lilygo-tdisplay/Source/module.cpp | 2 +- Devices/lilygo-tdongle-s3/Source/module.cpp | 2 +- Devices/lilygo-tlora-pager/Source/module.cpp | 2 +- Devices/m5stack-cardputer-adv/Source/module.cpp | 2 +- Devices/m5stack-cardputer/Source/module.cpp | 2 +- Devices/m5stack-core2/Source/module.cpp | 2 +- Devices/m5stack-cores3/Source/module.cpp | 2 +- Devices/m5stack-stickc-plus/Source/module.cpp | 2 +- Devices/m5stack-stickc-plus2/Source/module.cpp | 2 +- Devices/m5stack-tab5/Source/module.cpp | 2 +- Devices/simulator/Source/module.cpp | 2 +- Devices/unphone/Source/module.cpp | 2 +- Devices/waveshare-esp32-s3-geek/Source/module.cpp | 2 +- Devices/waveshare-s3-lcd-13/Source/module.cpp | 2 +- Devices/waveshare-s3-touch-lcd-128/Source/module.cpp | 2 +- Devices/waveshare-s3-touch-lcd-147/Source/module.cpp | 2 +- Devices/waveshare-s3-touch-lcd-43/Source/module.cpp | 2 +- Devices/wireless-tag-wt32-sc01-plus/Source/module.cpp | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/Devices/btt-panda-touch/Source/module.cpp b/Devices/btt-panda-touch/Source/module.cpp index fce2c933..881dd315 100644 --- a/Devices/btt-panda-touch/Source/module.cpp +++ b/Devices/btt-panda-touch/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "BigTreeTech Panda Touch / K Touch", + .name = "btt-panda-touch", .start = start, .stop = stop }; diff --git a/Devices/cyd-2432s024c/Source/module.cpp b/Devices/cyd-2432s024c/Source/module.cpp index 24e65e59..bda3f76b 100644 --- a/Devices/cyd-2432s024c/Source/module.cpp +++ b/Devices/cyd-2432s024c/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "cyd-2432s024c", .start = start, .stop = stop }; diff --git a/Devices/cyd-2432s028r/Source/module.cpp b/Devices/cyd-2432s028r/Source/module.cpp index 24e65e59..8d9b5152 100644 --- a/Devices/cyd-2432s028r/Source/module.cpp +++ b/Devices/cyd-2432s028r/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "cyd-2432s028r", .start = start, .stop = stop }; diff --git a/Devices/cyd-2432s028rv3/Source/module.cpp b/Devices/cyd-2432s028rv3/Source/module.cpp index 24e65e59..f36b6627 100644 --- a/Devices/cyd-2432s028rv3/Source/module.cpp +++ b/Devices/cyd-2432s028rv3/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "cyd-2432s028rv3", .start = start, .stop = stop }; diff --git a/Devices/cyd-2432s032c/Source/module.cpp b/Devices/cyd-2432s032c/Source/module.cpp index 24e65e59..275f43ca 100644 --- a/Devices/cyd-2432s032c/Source/module.cpp +++ b/Devices/cyd-2432s032c/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "cyd-2432s032c", .start = start, .stop = stop }; diff --git a/Devices/cyd-4848s040c/Source/module.cpp b/Devices/cyd-4848s040c/Source/module.cpp index 24e65e59..3115b3a3 100644 --- a/Devices/cyd-4848s040c/Source/module.cpp +++ b/Devices/cyd-4848s040c/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "cyd-4848s040c", .start = start, .stop = stop }; diff --git a/Devices/cyd-8048s043c/Source/module.cpp b/Devices/cyd-8048s043c/Source/module.cpp index 24e65e59..2aeb6a1d 100644 --- a/Devices/cyd-8048s043c/Source/module.cpp +++ b/Devices/cyd-8048s043c/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "cyd-8048s043c", .start = start, .stop = stop }; diff --git a/Devices/cyd-e32r28t/Source/module.cpp b/Devices/cyd-e32r28t/Source/module.cpp index 24e65e59..77a33065 100644 --- a/Devices/cyd-e32r28t/Source/module.cpp +++ b/Devices/cyd-e32r28t/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "cyd-e32r28t", .start = start, .stop = stop }; diff --git a/Devices/cyd-e32r32p/Source/module.cpp b/Devices/cyd-e32r32p/Source/module.cpp index 24e65e59..d63b5ecc 100644 --- a/Devices/cyd-e32r32p/Source/module.cpp +++ b/Devices/cyd-e32r32p/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "cyd-e32r32p", .start = start, .stop = stop }; diff --git a/Devices/elecrow-crowpanel-advance-28/Source/module.cpp b/Devices/elecrow-crowpanel-advance-28/Source/module.cpp index 24e65e59..edd412fa 100644 --- a/Devices/elecrow-crowpanel-advance-28/Source/module.cpp +++ b/Devices/elecrow-crowpanel-advance-28/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "elecrow-crowpanel-advance-28", .start = start, .stop = stop }; diff --git a/Devices/elecrow-crowpanel-advance-35/Source/module.cpp b/Devices/elecrow-crowpanel-advance-35/Source/module.cpp index 24e65e59..0beb3267 100644 --- a/Devices/elecrow-crowpanel-advance-35/Source/module.cpp +++ b/Devices/elecrow-crowpanel-advance-35/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "elecrow-crowpanel-advance-35", .start = start, .stop = stop }; diff --git a/Devices/elecrow-crowpanel-advance-50/Source/module.cpp b/Devices/elecrow-crowpanel-advance-50/Source/module.cpp index 24e65e59..b10c01af 100644 --- a/Devices/elecrow-crowpanel-advance-50/Source/module.cpp +++ b/Devices/elecrow-crowpanel-advance-50/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "elecrow-crowpanel-advance-50", .start = start, .stop = stop }; diff --git a/Devices/elecrow-crowpanel-basic-28/Source/module.cpp b/Devices/elecrow-crowpanel-basic-28/Source/module.cpp index 24e65e59..e502d9ab 100644 --- a/Devices/elecrow-crowpanel-basic-28/Source/module.cpp +++ b/Devices/elecrow-crowpanel-basic-28/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "elecrow-crowpanel-basic-28", .start = start, .stop = stop }; diff --git a/Devices/elecrow-crowpanel-basic-35/Source/module.cpp b/Devices/elecrow-crowpanel-basic-35/Source/module.cpp index 24e65e59..36c9fe1a 100644 --- a/Devices/elecrow-crowpanel-basic-35/Source/module.cpp +++ b/Devices/elecrow-crowpanel-basic-35/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "elecrow-crowpanel-basic-35", .start = start, .stop = stop }; diff --git a/Devices/elecrow-crowpanel-basic-50/Source/module.cpp b/Devices/elecrow-crowpanel-basic-50/Source/module.cpp index 24e65e59..43c317b2 100644 --- a/Devices/elecrow-crowpanel-basic-50/Source/module.cpp +++ b/Devices/elecrow-crowpanel-basic-50/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "elecrow-crowpanel-basic-50", .start = start, .stop = stop }; diff --git a/Devices/generic-esp32/Source/module.cpp b/Devices/generic-esp32/Source/module.cpp index 24e65e59..fba222d8 100644 --- a/Devices/generic-esp32/Source/module.cpp +++ b/Devices/generic-esp32/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "generic-esp32", .start = start, .stop = stop }; diff --git a/Devices/generic-esp32c6/Source/module.cpp b/Devices/generic-esp32c6/Source/module.cpp index 24e65e59..640d7301 100644 --- a/Devices/generic-esp32c6/Source/module.cpp +++ b/Devices/generic-esp32c6/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "generic-esp32c6", .start = start, .stop = stop }; diff --git a/Devices/generic-esp32p4/Source/module.cpp b/Devices/generic-esp32p4/Source/module.cpp index 24e65e59..fc7b8065 100644 --- a/Devices/generic-esp32p4/Source/module.cpp +++ b/Devices/generic-esp32p4/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "generic-esp32p4", .start = start, .stop = stop }; diff --git a/Devices/generic-esp32s3/Source/module.cpp b/Devices/generic-esp32s3/Source/module.cpp index 24e65e59..514cb720 100644 --- a/Devices/generic-esp32s3/Source/module.cpp +++ b/Devices/generic-esp32s3/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "generic-esp32s3", .start = start, .stop = stop }; diff --git a/Devices/guition-jc1060p470ciwy/Source/module.cpp b/Devices/guition-jc1060p470ciwy/Source/module.cpp index 24e65e59..3ad541c3 100644 --- a/Devices/guition-jc1060p470ciwy/Source/module.cpp +++ b/Devices/guition-jc1060p470ciwy/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "guition-jc1060p470ciwy", .start = start, .stop = stop }; diff --git a/Devices/guition-jc2432w328c/Source/module.cpp b/Devices/guition-jc2432w328c/Source/module.cpp index 24e65e59..f13f64d3 100644 --- a/Devices/guition-jc2432w328c/Source/module.cpp +++ b/Devices/guition-jc2432w328c/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "guition-jc2432w328c", .start = start, .stop = stop }; diff --git a/Devices/guition-jc3248w535c/Source/module.cpp b/Devices/guition-jc3248w535c/Source/module.cpp index 24e65e59..e56afa25 100644 --- a/Devices/guition-jc3248w535c/Source/module.cpp +++ b/Devices/guition-jc3248w535c/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "guition-jc3248w535c", .start = start, .stop = stop }; diff --git a/Devices/guition-jc8048w550c/Source/module.cpp b/Devices/guition-jc8048w550c/Source/module.cpp index 24e65e59..674795f6 100644 --- a/Devices/guition-jc8048w550c/Source/module.cpp +++ b/Devices/guition-jc8048w550c/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "guition-jc8048w550c", .start = start, .stop = stop }; diff --git a/Devices/heltec-wifi-lora-32-v3/Source/module.cpp b/Devices/heltec-wifi-lora-32-v3/Source/module.cpp index 24e65e59..3090a351 100644 --- a/Devices/heltec-wifi-lora-32-v3/Source/module.cpp +++ b/Devices/heltec-wifi-lora-32-v3/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "heltec-wifi-lora-32-v3", .start = start, .stop = stop }; diff --git a/Devices/lilygo-tdeck/Source/module.cpp b/Devices/lilygo-tdeck/Source/module.cpp index cb578016..adc3efc8 100644 --- a/Devices/lilygo-tdeck/Source/module.cpp +++ b/Devices/lilygo-tdeck/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "LilyGO T-Deck", + .name = "lilygo-tdeck", .start = start, .stop = stop }; diff --git a/Devices/lilygo-tdisplay-s3/Source/module.cpp b/Devices/lilygo-tdisplay-s3/Source/module.cpp index 24e65e59..c7406140 100644 --- a/Devices/lilygo-tdisplay-s3/Source/module.cpp +++ b/Devices/lilygo-tdisplay-s3/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "lilygo-tdisplay-s3", .start = start, .stop = stop }; diff --git a/Devices/lilygo-tdisplay/Source/module.cpp b/Devices/lilygo-tdisplay/Source/module.cpp index 24e65e59..611e5313 100644 --- a/Devices/lilygo-tdisplay/Source/module.cpp +++ b/Devices/lilygo-tdisplay/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "lilygo-tdisplay", .start = start, .stop = stop }; diff --git a/Devices/lilygo-tdongle-s3/Source/module.cpp b/Devices/lilygo-tdongle-s3/Source/module.cpp index 24e65e59..724053d4 100644 --- a/Devices/lilygo-tdongle-s3/Source/module.cpp +++ b/Devices/lilygo-tdongle-s3/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "lilygo-tdongle-s3", .start = start, .stop = stop }; diff --git a/Devices/lilygo-tlora-pager/Source/module.cpp b/Devices/lilygo-tlora-pager/Source/module.cpp index 751a133c..9e4a1164 100644 --- a/Devices/lilygo-tlora-pager/Source/module.cpp +++ b/Devices/lilygo-tlora-pager/Source/module.cpp @@ -22,7 +22,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "LilyGO T-Lora Pager", + .name = "lilygo-tlora-pager", .start = start, .stop = stop }; diff --git a/Devices/m5stack-cardputer-adv/Source/module.cpp b/Devices/m5stack-cardputer-adv/Source/module.cpp index 24e65e59..8d36c48a 100644 --- a/Devices/m5stack-cardputer-adv/Source/module.cpp +++ b/Devices/m5stack-cardputer-adv/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "m5stack-cardputer-adv", .start = start, .stop = stop }; diff --git a/Devices/m5stack-cardputer/Source/module.cpp b/Devices/m5stack-cardputer/Source/module.cpp index 24e65e59..61536878 100644 --- a/Devices/m5stack-cardputer/Source/module.cpp +++ b/Devices/m5stack-cardputer/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "m5stack-cardputer", .start = start, .stop = stop }; diff --git a/Devices/m5stack-core2/Source/module.cpp b/Devices/m5stack-core2/Source/module.cpp index 24e65e59..1caed8e5 100644 --- a/Devices/m5stack-core2/Source/module.cpp +++ b/Devices/m5stack-core2/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "m5stack-core2", .start = start, .stop = stop }; diff --git a/Devices/m5stack-cores3/Source/module.cpp b/Devices/m5stack-cores3/Source/module.cpp index 24e65e59..0d9f25d8 100644 --- a/Devices/m5stack-cores3/Source/module.cpp +++ b/Devices/m5stack-cores3/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "m5stack-cores3", .start = start, .stop = stop }; diff --git a/Devices/m5stack-stickc-plus/Source/module.cpp b/Devices/m5stack-stickc-plus/Source/module.cpp index 24e65e59..624582a2 100644 --- a/Devices/m5stack-stickc-plus/Source/module.cpp +++ b/Devices/m5stack-stickc-plus/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "m5stack-stickc-plus", .start = start, .stop = stop }; diff --git a/Devices/m5stack-stickc-plus2/Source/module.cpp b/Devices/m5stack-stickc-plus2/Source/module.cpp index 24e65e59..cc73feb1 100644 --- a/Devices/m5stack-stickc-plus2/Source/module.cpp +++ b/Devices/m5stack-stickc-plus2/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "m5stack-stickc-plus2", .start = start, .stop = stop }; diff --git a/Devices/m5stack-tab5/Source/module.cpp b/Devices/m5stack-tab5/Source/module.cpp index 24e65e59..def51dc4 100644 --- a/Devices/m5stack-tab5/Source/module.cpp +++ b/Devices/m5stack-tab5/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "m5stack-tab5", .start = start, .stop = stop }; diff --git a/Devices/simulator/Source/module.cpp b/Devices/simulator/Source/module.cpp index 24e65e59..88303c1d 100644 --- a/Devices/simulator/Source/module.cpp +++ b/Devices/simulator/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "simulator", .start = start, .stop = stop }; diff --git a/Devices/unphone/Source/module.cpp b/Devices/unphone/Source/module.cpp index 24e65e59..fc2fbf09 100644 --- a/Devices/unphone/Source/module.cpp +++ b/Devices/unphone/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "unphone", .start = start, .stop = stop }; diff --git a/Devices/waveshare-esp32-s3-geek/Source/module.cpp b/Devices/waveshare-esp32-s3-geek/Source/module.cpp index 24e65e59..14b283c5 100644 --- a/Devices/waveshare-esp32-s3-geek/Source/module.cpp +++ b/Devices/waveshare-esp32-s3-geek/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "waveshare-esp32-s3-geek", .start = start, .stop = stop }; diff --git a/Devices/waveshare-s3-lcd-13/Source/module.cpp b/Devices/waveshare-s3-lcd-13/Source/module.cpp index 24e65e59..6b6a72bb 100644 --- a/Devices/waveshare-s3-lcd-13/Source/module.cpp +++ b/Devices/waveshare-s3-lcd-13/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "waveshare-s3-lcd-13", .start = start, .stop = stop }; diff --git a/Devices/waveshare-s3-touch-lcd-128/Source/module.cpp b/Devices/waveshare-s3-touch-lcd-128/Source/module.cpp index 24e65e59..e33f32c7 100644 --- a/Devices/waveshare-s3-touch-lcd-128/Source/module.cpp +++ b/Devices/waveshare-s3-touch-lcd-128/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "waveshare-s3-touch-lcd-128", .start = start, .stop = stop }; diff --git a/Devices/waveshare-s3-touch-lcd-147/Source/module.cpp b/Devices/waveshare-s3-touch-lcd-147/Source/module.cpp index 24e65e59..c0df6f14 100644 --- a/Devices/waveshare-s3-touch-lcd-147/Source/module.cpp +++ b/Devices/waveshare-s3-touch-lcd-147/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "waveshare-s3-touch-lcd-147", .start = start, .stop = stop }; diff --git a/Devices/waveshare-s3-touch-lcd-43/Source/module.cpp b/Devices/waveshare-s3-touch-lcd-43/Source/module.cpp index 24e65e59..7dcec5f1 100644 --- a/Devices/waveshare-s3-touch-lcd-43/Source/module.cpp +++ b/Devices/waveshare-s3-touch-lcd-43/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "waveshare-s3-touch-lcd-43", .start = start, .stop = stop }; diff --git a/Devices/wireless-tag-wt32-sc01-plus/Source/module.cpp b/Devices/wireless-tag-wt32-sc01-plus/Source/module.cpp index 24e65e59..8fa863c7 100644 --- a/Devices/wireless-tag-wt32-sc01-plus/Source/module.cpp +++ b/Devices/wireless-tag-wt32-sc01-plus/Source/module.cpp @@ -14,7 +14,7 @@ static error_t stop() { /** @warning The variable name must be exactly "device_module" */ struct Module device_module = { - .name = "Module", + .name = "wireless-tag-wt32-sc01-plus", .start = start, .stop = stop };