Skip to content

Commit 9651aa5

Browse files
authored
Merge pull request #585 from lboue/patch-1
Add support for M5Stack CoreS3 variant
2 parents 9b84907 + 67f9d80 commit 9651aa5

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

meshtastic/mesh.proto

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ enum HardwareModel {
432432
DR_DEV = 41;
433433

434434
/*
435-
* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, Paper) https://m5stack.com/
435+
* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, CoreS3, Paper) https://m5stack.com/
436436
*/
437437
M5STACK = 42;
438438

@@ -626,12 +626,15 @@ enum HardwareModel {
626626
*/
627627
RP2040_FEATHER_RFM95 = 76;
628628

629-
/* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, Paper) https://m5stack.com/ */
629+
/* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, CoreS3, Paper) https://m5stack.com/ */
630630
M5STACK_COREBASIC=77;
631631
M5STACK_CORE2=78;
632632

633633
/* Pico2 with Waveshare Hat, same as Pico */
634634
RPI_PICO2=79;
635+
636+
/* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, CoreS3, Paper) https://m5stack.com/ */
637+
M5STACK_CORES3=80;
635638

636639
/*
637640
* ------------------------------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)