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 hwid for LilyPadUSB #135

Closed volca closed 5 years ago

volca commented 5 years ago

see https://github.com/platformio/platform-atmelavr/issues/35

The hwid is also incorrect for LilyPadUSB. It shows Arduino LilyPad USB bootloader in device manager after pio run -t upload. Not Arduino LilyPad USB.

I swap the hwid in the commit and it works again

ivankravets commented 5 years ago

Thanks!