diff --git a/builder/frameworks/espidf.py b/builder/frameworks/espidf.py index 088e1dc91..fb9675a51 100644 --- a/builder/frameworks/espidf.py +++ b/builder/frameworks/espidf.py @@ -1854,7 +1854,7 @@ def _skip_prj_source_files(node): # Compile Arduino sources # -if "arduino" in env.get("PIOFRAMEWORK") and "espidf" not in env.get("PIOFRAMEWORK"): +#if "arduino" in env.get("PIOFRAMEWORK") and "espidf" not in env.get("PIOFRAMEWORK"): #print("*** Starting Arduino compile run ***") # we need to wait for finish compile. After set flag "ARDUINO_LIB_COMPILE_FLAG" to true and # call env.SConscript("arduino.py", exports="env")