We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f257937 commit 89a6046Copy full SHA for 89a6046
builder/main.py
@@ -414,7 +414,7 @@ def switch_off_ldf():
414
# Initialize board configuration and MCU settings
415
board = env.BoardConfig()
416
mcu = board.get("build.mcu", "esp32")
417
-is_xtensa = mcu in ("esp32","esp32s2","esp32s3")
+is_xtensa = mcu in ("esp32", "esp32s2", "esp32s3")
418
toolchain_arch = "xtensa-%s" % mcu
419
filesystem = board.get("build.filesystem", "littlefs")
420
0 commit comments