mirror of
https://github.com/meshtastic/firmware.git
synced 2025-02-08 21:51:46 +00:00
[create-pull-request] automated change
This commit is contained in:
parent
e9ebdfeff2
commit
0b239e618d
@ -1 +1 @@
|
|||||||
Subproject commit e21899aa6b2b49863cfa2758e5e3b6faacf04bba
|
Subproject commit 24776635eea48316137b206ae8b1ddf1e218c10f
|
@ -63,6 +63,8 @@ typedef enum _meshtastic_HardwareModel {
|
|||||||
meshtastic_HardwareModel_NANO_G2_ULTRA = 18,
|
meshtastic_HardwareModel_NANO_G2_ULTRA = 18,
|
||||||
/* LoRAType device: https://loratype.org/ */
|
/* LoRAType device: https://loratype.org/ */
|
||||||
meshtastic_HardwareModel_LORA_TYPE = 19,
|
meshtastic_HardwareModel_LORA_TYPE = 19,
|
||||||
|
/* wiphone https://www.wiphone.io/ */
|
||||||
|
meshtastic_HardwareModel_WIPHONE = 20,
|
||||||
/* 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,
|
||||||
/* RAK11310 (RP2040 + SX1262) */
|
/* RAK11310 (RP2040 + SX1262) */
|
||||||
@ -151,6 +153,9 @@ typedef enum _meshtastic_HardwareModel {
|
|||||||
/* TWC_MESH_V4
|
/* TWC_MESH_V4
|
||||||
Adafruit NRF52840 feather express with SX1262, SSD1306 OLED and NEO6M GPS */
|
Adafruit NRF52840 feather express with SX1262, SSD1306 OLED and NEO6M GPS */
|
||||||
meshtastic_HardwareModel_TWC_MESH_V4 = 62,
|
meshtastic_HardwareModel_TWC_MESH_V4 = 62,
|
||||||
|
/* NRF52_PROMICRO_DIY
|
||||||
|
Promicro NRF52840 with SX1262/LLCC68, SSD1306 OLED and NEO6M GPS */
|
||||||
|
meshtastic_HardwareModel_NRF52_PROMICRO_DIY = 63,
|
||||||
/* ------------------------------------------------------------------------------------------------------------------------------------------
|
/* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||||
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.
|
||||||
------------------------------------------------------------------------------------------------------------------------------------------ */
|
------------------------------------------------------------------------------------------------------------------------------------------ */
|
||||||
|
Loading…
Reference in New Issue
Block a user