finish TLora C6 Support, without bluetooth for now

This commit is contained in:
Thomas Göttgens
2024-09-28 13:42:32 +02:00
parent f3213a5b2f
commit c650e7d273
4 changed files with 5 additions and 3 deletions

View File

@@ -90,6 +90,8 @@
#define HW_VENDOR meshtastic_HardwareModel_TLORA_V2_1_1P6
#elif defined(TLORA_V2_1_18)
#define HW_VENDOR meshtastic_HardwareModel_TLORA_V2_1_1P8
#elif defined(TLORA_C6)
#define HW_VENDOR meshtastic_HardwareModel_TLORA_C6
#elif defined(T_DECK)
#define HW_VENDOR meshtastic_HardwareModel_T_DECK
#elif defined(T_WATCH_S3)