We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 26f4986 + 85b91db commit c9b4194Copy full SHA for c9b4194
build_platform.py
@@ -213,7 +213,7 @@ def manually_install_esp32_bsp():
213
print(out)
214
print("Installed ESP32 BSP from source!")
215
216
-def install_platform(fqbn, platform_name):
+def install_platform(fqbn, platform_name=None):
217
print("Installing", fqbn, end=" ")
218
if fqbn == "adafruit:avr": # we have a platform dep
219
install_platform("arduino:avr")
0 commit comments