Skip to content

Commit 67f9d80

Browse files
authored
Update mesh.proto
For our own sanity, please keep the numerical order
1 parent c12bb5b commit 67f9d80

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

meshtastic/mesh.proto

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -629,10 +629,12 @@ enum HardwareModel {
629629
/* 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;
632-
M5STACK_CORES3=80;
633632

634633
/* Pico2 with Waveshare Hat, same as Pico */
635634
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;
636638

637639
/*
638640
* ------------------------------------------------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)