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 d71e74f commit 4d338a6Copy full SHA for 4d338a6
builder/frameworks/arduino.py
@@ -488,11 +488,6 @@ def check_reinstall_frwrk():
488
return False
489
490
def call_compile_libs():
491
- if mcu == "esp32c2":
492
- ARDUINO_FRMWRK_C2_LIB_DIR = join(platform.get_package_dir("framework-arduinoespressif32-libs"),mcu)
493
- if not os.path.exists(ARDUINO_FRMWRK_C2_LIB_DIR):
494
- ARDUINO_C2_DIR = join(platform.get_package_dir("framework-arduino-c2-skeleton-lib"),mcu)
495
- shutil.copytree(ARDUINO_C2_DIR, ARDUINO_FRMWRK_C2_LIB_DIR, dirs_exist_ok=True)
496
print(f"*** Compile Arduino IDF libs for {pioenv} ***")
497
SConscript("espidf.py")
498
0 commit comments