Skip to content

Commit

Permalink
Merge pull request #585 from lboue/patch-1
Browse files Browse the repository at this point in the history
Add support for M5Stack CoreS3 variant
  • Loading branch information
caveman99 authored Sep 22, 2024
2 parents 9b84907 + 67f9d80 commit 9651aa5
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions meshtastic/mesh.proto
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ enum HardwareModel {
DR_DEV = 41;

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

Expand Down Expand Up @@ -626,12 +626,15 @@ enum HardwareModel {
*/
RP2040_FEATHER_RFM95 = 76;

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

/* Pico2 with Waveshare Hat, same as Pico */
RPI_PICO2=79;

/* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, CoreS3, Paper) https://m5stack.com/ */
M5STACK_CORES3=80;

/*
* ------------------------------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit 9651aa5

Please sign in to comment.