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 f0dd75f commit 9385859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions builder/frameworks/arduino.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def check_reinstall_frwrk():
shutil.rmtree(FRAMEWORK_DIR)
ARDUINO_FRMWRK_URL = str(platform.get_package_spec("framework-arduinoespressif32")).split("uri=",1)[1][:-1]
pm.install(ARDUINO_FRMWRK_URL)
flag_any_custom_sdkconfig == False

if flag_custom_sdkconfig == True and flag_any_custom_sdkconfig == False:
if env.subst("$ARDUINO_LIB_COMPILE_FLAG") in ("False", "Inactive"):
Expand Down

0 comments on commit 9385859

Please sign in to comment.