[create-pull-request] automated change (#2995)

Co-authored-by: thebentern <thebentern@users.noreply.github.com>
pull/2996/head
github-actions[bot] 2023-12-06 18:14:41 -06:00 zatwierdzone przez GitHub
rodzic ba021c97b2
commit 17f1a450b2
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
2 zmienionych plików z 5 dodań i 1 usunięć

@ -1 +1 @@
Subproject commit 1eda884c3962b7647aa6a2a3f98a23568cfcff1e
Subproject commit a34b2c680e2c1c240643c515e57c5532b29c91a7

Wyświetl plik

@ -67,6 +67,10 @@ typedef enum _meshtastic_HardwareModel {
meshtastic_HardwareModel_STATION_G1 = 25,
/* RAK11310 (RP2040 + SX1262) */
meshtastic_HardwareModel_RAK11310 = 26,
/* Makerfabs SenseLoRA Receiver (RP2040 + RFM96) */
meshtastic_HardwareModel_SENSELORA_RP2040 = 27,
/* Makerfabs SenseLoRA Industrial Monitor (ESP32-S3 + RFM96) */
meshtastic_HardwareModel_SENSELORA_S3 = 28,
/* ---------------------------------------------------------------------------
Less common/prototype boards listed here (needs one more byte over the air)
--------------------------------------------------------------------------- */