We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc0519b + 88008c8 commit d69421aCopy full SHA for d69421a
build_platform.py
@@ -221,7 +221,7 @@ def manually_install_esp32_bsp(repo_info):
221
def install_platform(fqbn, full_platform_name=None):
222
print("Installing", fqbn, end=" ")
223
if fqbn == "adafruit:avr": # we have a platform dep
224
- install_platform("arduino:avr")
+ install_platform("arduino:avr", full_platform_name)
225
if full_platform_name[2] is not None:
226
manually_install_esp32_bsp(full_platform_name[2]) # build esp32 bsp from desired source and branch
227
if os.system("arduino-cli core install "+fqbn+" --additional-urls "+BSP_URLS+" > /dev/null") != 0:
0 commit comments