[create-pull-request] automated change

This commit is contained in:
caveman99 2024-09-25 08:28:33 +00:00 committed by github-actions[bot]
parent c50df710ba
commit f73aa8aa82
2 changed files with 5 additions and 1 deletions

@ -1 +1 @@
Subproject commit 9651aa59eaa3b54d801b9c251efcfe842790db32
Subproject commit eb915e71fc907bef97d98760aa4c6c18698b6c32

View File

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