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

upload examples error #67

Open BruceAKABear opened 2 years ago

BruceAKABear commented 2 years ago

image

chegewara commented 2 years ago

Hi, thanks for reporting. It is due to USB host component being still WiP (espressif one), and i will update it soon. In meantime you can just delete that broken line in my library code.

limaomerces commented 2 years ago

Hi, thanks for reporting. It is due to USB host component being still WiP (espressif one), and i will update it soon. In meantime you can just delete that broken line in my library code.

Do you have an update preview? I thank you for your attention.