Regen protos

This commit is contained in:
Ben Meadors 2023-02-16 19:26:21 -06:00
parent 5c72967aa5
commit 643237162e
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit ff26da70385fc067af3c0d2950e97f90d632f142
Subproject commit cb01d7472fc22321652a5471155dfc6c04a612ab

View File

@ -89,6 +89,8 @@ typedef enum _meshtastic_HardwareModel {
meshtastic_HardwareModel_BETAFPV_2400_TX = 45,
/* BetaFPV ExpressLRS "Nano" TX Module 900MHz with ESP32 CPU */
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. */
meshtastic_HardwareModel_PRIVATE_HW = 255
} meshtastic_HardwareModel;