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 5065ea8 commit 806d760Copy full SHA for 806d760
builder/frameworks/arduino.py
@@ -231,7 +231,7 @@ def shorthen_includes(env, node):
231
)
232
233
def call_compile_libs():
234
- if mcu == "esp32c2":
+ if mcu == "esp32c2" and "espidf" not in env.subst("$PIOFRAMEWORK"):
235
ARDUINO_FRMWRK_C2_LIB_DIR = join(platform.get_package_dir("framework-arduinoespressif32-libs"),mcu)
236
if not os.path.exists(ARDUINO_FRMWRK_C2_LIB_DIR):
237
ARDUINO_C2_DIR = join(platform.get_package_dir("framework-arduino-c2-skeleton-lib"),mcu)
0 commit comments