Skip to content

Commit d83543c

Browse files
committed
Use "wiring" (not "stk500v2") avrdude protocol for uploads to Mega 2560.
It performs the auto-reset in avrdude. Otherwise, some uploads seem to fail (possibly because it takes too long to launch avrdude from the IDE, so there's too much of a delay between the auto-reset done by the IDE and the upload). http://code.google.com/p/arduino/issues/detail?id=806
1 parent e945d09 commit d83543c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hardware/arduino/boards.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ nano.build.variant=eightanaloginputs
106106

107107
mega2560.name=Arduino Mega 2560 or Mega ADK
108108

109-
mega2560.upload.protocol=stk500v2
109+
mega2560.upload.protocol=wiring
110110
mega2560.upload.maximum_size=258048
111111
mega2560.upload.speed=115200
112112

0 commit comments

Comments
 (0)