mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-08 06:02:05 +00:00
[create-pull-request] automated change
This commit is contained in:
parent
c50df710ba
commit
f73aa8aa82
@ -1 +1 @@
|
||||
Subproject commit 9651aa59eaa3b54d801b9c251efcfe842790db32
|
||||
Subproject commit eb915e71fc907bef97d98760aa4c6c18698b6c32
|
@ -205,6 +205,10 @@ typedef enum _meshtastic_HardwareModel {
|
||||
meshtastic_HardwareModel_RPI_PICO2 = 79,
|
||||
/* M5 esp32 based MCU modules with enclosure, TFT and LORA Shields. All Variants (Basic, Core, Fire, Core2, CoreS3, Paper) https://m5stack.com/ */
|
||||
meshtastic_HardwareModel_M5STACK_CORES3 = 80,
|
||||
/* Seeed XIAO S3 DK */
|
||||
meshtastic_HardwareModel_SEEED_XIAO_S3 = 81,
|
||||
/* Nordic nRF52840+Semtech SX1262 LoRa BLE Combo Module. nRF52840+SX1262 MS24SF1 */
|
||||
meshtastic_HardwareModel_MS24SF1 = 82,
|
||||
/* ------------------------------------------------------------------------------------------------------------------------------------------
|
||||
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