Merge branch 'master' into esp32-c6

This commit is contained in:
Thomas Göttgens
2024-09-28 13:39:55 +02:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -209,6 +209,8 @@ typedef enum _meshtastic_HardwareModel {
meshtastic_HardwareModel_SEEED_XIAO_S3 = 81,
/* Nordic nRF52840+Semtech SX1262 LoRa BLE Combo Module. nRF52840+SX1262 MS24SF1 */
meshtastic_HardwareModel_MS24SF1 = 82,
/* Lilygo TLora-C6 with the new ESP32-C6 MCU */
meshtastic_HardwareModel_TLORA_C6 = 83,
/* ------------------------------------------------------------------------------------------------------------------------------------------
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.
------------------------------------------------------------------------------------------------------------------------------------------ */