Browse Source

Fix Mightyboard envs (#18194)

vanilla_fb_2.0.x
grauerfuchs 4 years ago
committed by GitHub
parent
commit
d5bfc5b07b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      platformio.ini

4
platformio.ini

@ -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…
Cancel
Save