mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
Merge pull request #2316 from championswimmer/1.0.x-fixMaxMega
set correct max size for mega2560 (to address issue #2277)
This commit is contained in:
commit
cd015f4c0b
@ -107,7 +107,7 @@ nano.build.variant=eightanaloginputs
|
||||
mega2560.name=Arduino Mega 2560 or Mega ADK
|
||||
|
||||
mega2560.upload.protocol=wiring
|
||||
mega2560.upload.maximum_size=258048
|
||||
mega2560.upload.maximum_size=253952
|
||||
mega2560.upload.speed=115200
|
||||
|
||||
mega2560.bootloader.low_fuses=0xFF
|
||||
|
Loading…
x
Reference in New Issue
Block a user