mirror of
https://github.com/meshtastic/firmware.git
synced 2025-08-20 12:11:07 +00:00
Sync protos
This commit is contained in:
parent
263a421c4a
commit
916f3cac41
@ -1 +1 @@
|
|||||||
Subproject commit f7d11572b436d1078222ba27892ac73b7a9842ba
|
Subproject commit da9bba9c5dd43a98d431cb7a95159b145f0483c4
|
@ -78,6 +78,10 @@ typedef enum _HardwareModel {
|
|||||||
HardwareModel_DR_DEV = 41,
|
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, Paper) https://m5stack.com/ */
|
||||||
HardwareModel_M5STACK = 42,
|
HardwareModel_M5STACK = 42,
|
||||||
|
/* New Heltec LoRA32 with ESP32-S3 CPU */
|
||||||
|
HardwareModel_HELTEC_V3 = 43,
|
||||||
|
/* New Heltec Wireless Stick Lite with ESP32-S3 CPU */
|
||||||
|
HardwareModel_HELTEC_WSL_V3 = 44,
|
||||||
/* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits. */
|
/* Reserved ID For developing private Ports. These will show up in live traffic sparsely, so we can use a high number. Keep it within 8 bits. */
|
||||||
HardwareModel_PRIVATE_HW = 255
|
HardwareModel_PRIVATE_HW = 255
|
||||||
} HardwareModel;
|
} HardwareModel;
|
||||||
|
Loading…
Reference in New Issue
Block a user