Fix Mightyboard envs (#18194)

This commit is contained in:
grauerfuchs
2020-06-04 00:23:53 -04:00
committed by GitHub
parent 076b2112a3
commit d5bfc5b07b

View File

@@ -94,7 +94,7 @@ board = megaatmega1280
[env:MightyBoard1280] [env:MightyBoard1280]
platform = atmelavr platform = atmelavr
extends = common_avr8 extends = common_avr8
board = megaatmega1280 board = ATmega1280
upload_speed = 57600 upload_speed = 57600
# #
@@ -103,7 +103,7 @@ upload_speed = 57600
[env:MightyBoard2560] [env:MightyBoard2560]
platform = atmelavr platform = atmelavr
extends = common_avr8 extends = common_avr8
board = megaatmega2560 board = ATmega2560
upload_protocol = wiring upload_protocol = wiring
upload_speed = 57600 upload_speed = 57600
board_upload.maximum_size = 253952 board_upload.maximum_size = 253952