File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -488,11 +488,11 @@ def check_reinstall_frwrk():
488
488
return False
489
489
490
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 )
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
496
print (f"*** Compile Arduino IDF libs for { pioenv } ***" )
497
497
SConscript ("espidf.py" )
498
498
You can’t perform that action at this time.
0 commit comments