Fix Mightyboard envs (#18194)
This commit is contained in:
parent
076b2112a3
commit
d5bfc5b07b
|
@ -94,7 +94,7 @@ board = megaatmega1280
|
|||
[env:MightyBoard1280]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega1280
|
||||
board = ATmega1280
|
||||
upload_speed = 57600
|
||||
|
||||
#
|
||||
|
@ -103,7 +103,7 @@ upload_speed = 57600
|
|||
[env:MightyBoard2560]
|
||||
platform = atmelavr
|
||||
extends = common_avr8
|
||||
board = megaatmega2560
|
||||
board = ATmega2560
|
||||
upload_protocol = wiring
|
||||
upload_speed = 57600
|
||||
board_upload.maximum_size = 253952
|
||||
|
|
Loading…
Reference in a new issue