Skip to content

Commit 85b91db

Browse files
committed
make platform name key optional
1 parent 26f4986 commit 85b91db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build_platform.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ def manually_install_esp32_bsp():
213213
print(out)
214214
print("Installed ESP32 BSP from source!")
215215

216-
def install_platform(fqbn, platform_name):
216+
def install_platform(fqbn, platform_name=None):
217217
print("Installing", fqbn, end=" ")
218218
if fqbn == "adafruit:avr": # we have a platform dep
219219
install_platform("arduino:avr")

0 commit comments

Comments
 (0)