mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
arduino-mega2560: fix flashing on Windows
Without the extra `:i` at the end, avrdude will misinterpret the colon in Windows paths.
This commit is contained in:
committed by
Ron Evans
parent
7f829fe153
commit
51238fba50
@@ -4,5 +4,5 @@
|
||||
"ldflags": [
|
||||
"-Wl,--defsym=_bootloader_size=8192"
|
||||
],
|
||||
"flash-command":"avrdude -c wiring -b 115200 -p atmega2560 -P {port} -U flash:w:{hex} -v -D"
|
||||
"flash-command":"avrdude -c wiring -b 115200 -p atmega2560 -P {port} -U flash:w:{hex}:i -v -D"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user