mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-07-26 06:38:42 +00:00
abeab51d00
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.
5 lines
127 B
JSON
5 lines
127 B
JSON
{
|
|
"inherits": ["arduino-nano"],
|
|
"flash-command": "avrdude -c arduino -p atmega328p -b 115200 -P {port} -U flash:w:{hex}:i"
|
|
}
|