mirror of https://github.com/tinygo-org/tinygo.git
Browse Source
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.pull/1849/head
Raqbit
4 years ago
committed by
Ron Evans
1 changed files with 4 additions and 0 deletions
@ -0,0 +1,4 @@ |
|||
{ |
|||
"inherits": ["arduino-nano"], |
|||
"flash-command": "avrdude -c arduino -p atmega328p -b 115200 -P {port} -U flash:w:{hex}:i" |
|||
} |
Loading…
Reference in new issue