diff options
author | Arnav Gupta <championswimmer@gmail.com> | 2014-09-21 17:10:06 +0530 |
---|---|---|
committer | Arnav Gupta <championswimmer@gmail.com> | 2014-09-21 17:10:06 +0530 |
commit | bd4784f8a7a76c26e61ec5ea42b8560adbdf60fd (patch) | |
tree | 4847a8f669b72884a6efbf7485975578335385ec | |
parent | 4d5358d307b7be1a56578715f463d4d897c6ac9d (diff) |
set correct max size for mega2560 (to address issue #2277)
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
-rw-r--r-- | boards.txt | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |