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 ab87490 commit 14e3f31Copy full SHA for 14e3f31
builder/frameworks/espidf.py
@@ -1281,7 +1281,7 @@ def _skip_prj_source_files(node):
1281
# in File-API hence it's not present in components map. As a workaround we can build
1282
# the lib using project build environment with additional flags from CMakeLists.txt
1283
if (
1284
- idf_variant.startswith("esp32s2")
+ sdk_config.get("USB_ENABLED", False)
1285
and "__idf_tinyusb" not in framework_components_map
1286
):
1287
build_tinyusb_lib(env)
examples/espidf-http-request/platformio.ini
@@ -21,5 +21,5 @@ board = nano32
21
[env:espea32]
22
board = espea32
23
24
-[env:esp320]
25
-board = esp320
+[env:esp32-s2-saola-1]
+board = esp32-s2-saola-1
0 commit comments