Skip to content

Commit a9b9d09

Browse files
committed
Add default debug option for ESP32-S2-Kaluga-1 Kit
Resolves platformio#1185, resolves platformio#1130 Resolves platformio/platformio-docs#318
1 parent 4af2332 commit a9b9d09

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platform.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,10 @@ def _add_dynamic_options(self, board):
199199
"tumpa",
200200
]
201201

202+
# A special case for the Kaluga board that has a separate interface config
203+
if board.id == "esp32-s2-kaluga-1":
204+
supported_debug_tools.append("ftdi")
205+
202206
if board.get("build.mcu", "") in ("esp32c3", "esp32c6", "esp32s3"):
203207
supported_debug_tools.append("esp-builtin")
204208

0 commit comments

Comments
 (0)