mirror of
https://github.com/meshtastic/firmware.git
synced 2025-05-07 14:08:51 +00:00
Regen protos
This commit is contained in:
parent
5c72967aa5
commit
643237162e
@ -1 +1 @@
|
|||||||
Subproject commit ff26da70385fc067af3c0d2950e97f90d632f142
|
Subproject commit cb01d7472fc22321652a5471155dfc6c04a612ab
|
@ -89,6 +89,8 @@ typedef enum _meshtastic_HardwareModel {
|
|||||||
meshtastic_HardwareModel_BETAFPV_2400_TX = 45,
|
meshtastic_HardwareModel_BETAFPV_2400_TX = 45,
|
||||||
/* BetaFPV ExpressLRS "Nano" TX Module 900MHz with ESP32 CPU */
|
/* BetaFPV ExpressLRS "Nano" TX Module 900MHz with ESP32 CPU */
|
||||||
meshtastic_HardwareModel_BETAFPV_900_NANO_TX = 46,
|
meshtastic_HardwareModel_BETAFPV_900_NANO_TX = 46,
|
||||||
|
/* B&Q Consulting Nano G1 Explorer: https://wiki.uniteng.com/en/meshtastic/nano-g1-explorer */
|
||||||
|
meshtastic_HardwareModel_NANO_G1_EXPLORER = 47,
|
||||||
/* 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. */
|
||||||
meshtastic_HardwareModel_PRIVATE_HW = 255
|
meshtastic_HardwareModel_PRIVATE_HW = 255
|
||||||
} meshtastic_HardwareModel;
|
} meshtastic_HardwareModel;
|
||||||
|
Loading…
Reference in New Issue
Block a user