arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.18k stars 7.01k forks source link

Leonardo PID in Caterina Makefile is wrong #1926

Closed rexxar-tc closed 10 years ago

rexxar-tc commented 10 years ago

The official Leonardo PID in the Caterina bootloader Makefile is set to 0x0036, instead of 0x8036. This causes any bootloader built with that PID to show up as an unrecognized device.

rexxar-tc commented 10 years ago

Er, never mind. My problem was due to something else. Setting PID to 0x8036 looked like it fixed it, but obviously didn't. Feel free to delete this. (I feel really stupid now)

matthijskooijman commented 10 years ago

No problem, thanks for following up! You should be able to close this issue yourself, btw.