pull/4442/head^2
Ben Meadors 2024-08-13 06:49:32 -05:00
rodzic 62a0321c7d
commit e85a2e827b
2 zmienionych plików z 4 dodań i 1 usunięć

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

Wyświetl plik

@ -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.
------------------------------------------------------------------------------------------------------------------------------------------ */