Skip to content

Commit 46611b9

Browse files
committed
Add T-Deck Plus to ESP32-S3 board enum
1 parent 89acfcf commit 46611b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tinyGS/src/ConfigManager/ConfigManager.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ enum boardNum
7070
#if CONFIG_IDF_TARGET_ESP32S3
7171
HELTEC_LORA32_V3 = 0,
7272
ESP32S3_SX1278_LF,
73+
T_DECK_PLUS_ESP32S3,
7374
#elif CONFIG_IDF_TARGET_ESP32C3
7475
HELTEC_LORA32_HTCT62 = 0,
7576
ESP32C3_SX1278_LF,

0 commit comments

Comments
 (0)