Jeff Genender
Results
1
comments of
Jeff Genender
Yep... I get it too for the nano (atmega328p). The only fix (after setting the *_BOARD, *_PORT) is the following: ``` set(nano.build.mcu atmega328p) set(nano.upload.protocol arduino) set(nano.upload.speed 57600) ``` This is...