Skip to content

Commit abeab51

Browse files
raqbitdeadprogram
authored andcommitted
Add Arduino Nano w/ New Bootloader target
Since 2018, Arduino Nanos and clones are sold with a new bootloader, which requires programming at 115200 baud instead of the 57600 baud required by the old one.
1 parent 9ef75f1 commit abeab51

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

targets/arduino-nano-new.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"inherits": ["arduino-nano"],
3+
"flash-command": "avrdude -c arduino -p atmega328p -b 115200 -P {port} -U flash:w:{hex}:i"
4+
}

0 commit comments

Comments
 (0)