Skip to content

Commit

Permalink
Update espidf.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Oct 2, 2024
1 parent 16bd820 commit 6e2a733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/frameworks/espidf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 6e2a733

Please sign in to comment.