chegewara / EspTinyUSB

ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
MIT License
475 stars 70 forks source link

Full Speed mode on Descriptor #39

Open diegonunesbr opened 3 years ago

diegonunesbr commented 3 years ago

Esp32s2 is full speed mode only, so variable _bcdUSB on EspTinyUSB constructor must be 0x0110

https://github.com/chegewara/EspTinyUSB/blob/7eba91d1d5569324383e8e89d717d2714c129350/src/esptinyusb.cpp#L114

chegewara commented 3 years ago

WebUSB requires bcdUSB to be 0x0210, but of course you may be right.