platformio / platform-atmelavr

Atmel AVR: development platform for PlatformIO
https://registry.platformio.org/platforms/platformio/atmelavr
Apache License 2.0
138 stars 105 forks source link

Fix issue with failing upload for Dwenguino board. #77

Closed opieters closed 6 years ago

opieters commented 6 years ago

PIO should wait for the port to reappear after resetting the Dwenguino. Otherwise it can be that the board has not yet appeared while the software expects it to. This issue occurred on Linux and macOS for me.

ivankravets commented 6 years ago

Thanks!