Update protos

This commit is contained in:
Ben Meadors 2024-08-13 06:49:32 -05:00
parent 62a0321c7d
commit e85a2e827b
2 changed files with 4 additions and 1 deletions

@ -1 +1 @@
Subproject commit 071fd931ec6679bb21427c872f9839edea63e351
Subproject commit c9ca0dbe9cc7105399e0486c07e0601f849b94af

View File

@ -184,6 +184,9 @@ typedef enum _meshtastic_HardwareModel {
meshtastic_HardwareModel_RAK3172 = 72,
/* Seeed Studio Wio-E5 (either mini or Dev kit) using STM32WL chip. */
meshtastic_HardwareModel_WIO_E5 = 73,
/* RadioMaster 900 Bandit, https://www.radiomasterrc.com/products/bandit-expresslrs-rf-module
SSD1306 OLED and No GPS */
meshtastic_HardwareModel_RADIOMASTER_900_BANDIT = 74,
/* ------------------------------------------------------------------------------------------------------------------------------------------
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.
------------------------------------------------------------------------------------------------------------------------------------------ */