Skip to content

Commit

Permalink
Update arduino.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason2866 authored Oct 11, 2024
1 parent e76ac91 commit f0dd75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def check_reinstall_frwrk():
ARDUINO_FRMWRK_URL = str(platform.get_package_spec("framework-arduinoespressif32")).split("uri=",1)[1][:-1]
pm.install(ARDUINO_FRMWRK_URL)

if flag_custom_sdkconfig == True:
if flag_custom_sdkconfig == True and flag_any_custom_sdkconfig == False:
if env.subst("$ARDUINO_LIB_COMPILE_FLAG") in ("False", "Inactive"):
print("*** Compile Arduino IDF libs for %s ***" % env["PIOENV"])
SConscript("espidf.py")
Expand Down

0 comments on commit f0dd75f

Please sign in to comment.