Skip to content

Commit 4dd931a

Browse files
set correct max size for mega2560 (to address issue #2277)
Signed-off-by: Arnav Gupta <championswimmer@gmail.com>
1 parent 90bd172 commit 4dd931a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/boards.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ nano.build.variant=eightanaloginputs
107107
mega2560.name=Arduino Mega 2560 or Mega ADK
108108

109109
mega2560.upload.protocol=wiring
110-
mega2560.upload.maximum_size=258048
110+
mega2560.upload.maximum_size=253952
111111
mega2560.upload.speed=115200
112112

113113
mega2560.bootloader.low_fuses=0xFF

0 commit comments

Comments
 (0)