Browse Source

Fix Mightyboard envs (#18194)

grauerfuchs 4 years ago
parent
commit
d5bfc5b07b
No account linked to committer's email address
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      platformio.ini

+ 2
- 2
platformio.ini View File

94
 [env:MightyBoard1280]
94
 [env:MightyBoard1280]
95
 platform      = atmelavr
95
 platform      = atmelavr
96
 extends       = common_avr8
96
 extends       = common_avr8
97
-board         = megaatmega1280
97
+board         = ATmega1280
98
 upload_speed  = 57600
98
 upload_speed  = 57600
99
 
99
 
100
 #
100
 #
103
 [env:MightyBoard2560]
103
 [env:MightyBoard2560]
104
 platform      = atmelavr
104
 platform      = atmelavr
105
 extends       = common_avr8
105
 extends       = common_avr8
106
-board         = megaatmega2560
106
+board         = ATmega2560
107
 upload_protocol = wiring
107
 upload_protocol = wiring
108
 upload_speed  = 57600
108
 upload_speed  = 57600
109
 board_upload.maximum_size = 253952
109
 board_upload.maximum_size = 253952

Loading…
Cancel
Save