Merge pull request #120 from brentru/fix-avr-build

Fix positional argument issue with AVR installation call
This commit is contained in:
Limor "Ladyada" Fried 2022-03-04 11:57:46 -05:00 committed by GitHub
commit c9b41948c5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -213,7 +213,7 @@ def manually_install_esp32_bsp():
print(out)
print("Installed ESP32 BSP from source!")
def install_platform(fqbn, platform_name):
def install_platform(fqbn, platform_name=None):
print("Installing", fqbn, end=" ")
if fqbn == "adafruit:avr": # we have a platform dep
install_platform("arduino:avr")