mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-02 02:39:57 +00:00
[create-pull-request] automated change
This commit is contained in:
parent
c39645419a
commit
7102fec7b3
@ -1 +1 @@
|
|||||||
Subproject commit cb01d7472fc22321652a5471155dfc6c04a612ab
|
Subproject commit 05f49816cd8d7d405e052753f0aee8275cf33d36
|
@ -57,9 +57,13 @@ typedef enum _meshtastic_HardwareModel {
|
|||||||
meshtastic_HardwareModel_TLORA_V2_1_1P8 = 15,
|
meshtastic_HardwareModel_TLORA_V2_1_1P8 = 15,
|
||||||
/* TODO: REPLACE */
|
/* TODO: REPLACE */
|
||||||
meshtastic_HardwareModel_TLORA_T3_S3 = 16,
|
meshtastic_HardwareModel_TLORA_T3_S3 = 16,
|
||||||
|
/* B&Q Consulting Nano G1 Explorer: https://wiki.uniteng.com/en/meshtastic/nano-g1-explorer */
|
||||||
|
meshtastic_HardwareModel_NANO_G1_EXPLORER = 17,
|
||||||
/* B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station */
|
/* B&Q Consulting Station Edition G1: https://uniteng.com/wiki/doku.php?id=meshtastic:station */
|
||||||
meshtastic_HardwareModel_STATION_G1 = 25,
|
meshtastic_HardwareModel_STATION_G1 = 25,
|
||||||
/* Less common/prototype boards listed here (needs one more byte over the air) */
|
/* ---------------------------------------------------------------------------
|
||||||
|
Less common/prototype boards listed here (needs one more byte over the air)
|
||||||
|
--------------------------------------------------------------------------- */
|
||||||
meshtastic_HardwareModel_LORA_RELAY_V1 = 32,
|
meshtastic_HardwareModel_LORA_RELAY_V1 = 32,
|
||||||
/* TODO: REPLACE */
|
/* TODO: REPLACE */
|
||||||
meshtastic_HardwareModel_NRF52840DK = 33,
|
meshtastic_HardwareModel_NRF52840DK = 33,
|
||||||
@ -89,9 +93,9 @@ 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