Try (in platformio.ini
):
board = nanoatmega328
(instead of nanoatmega328new)
There are Arduino Nano boards out with two different bootloaders and this change uses the other one.
Try (in platformio.ini
):
board = nanoatmega328
(instead of nanoatmega328new)
There are Arduino Nano boards out with two different bootloaders and this change uses the other one.