Skip to content

Commit cd015f4

Browse files
committed
Merge pull request #2316 from championswimmer/1.0.x-fixMaxMega
set correct max size for mega2560 (to address issue #2277)
2 parents 90bd172 + 4dd931a commit cd015f4

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)