chegewara / EspTinyUSB

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

restart mscusb after esp_light_sleep_start() #119

Open Steffen-W opened 1 year ago

Steffen-W commented 1 year ago

Hi,

is it possible to restart msc if you have previously gone into a sleep mode. I could also unmount the device before going into sleep mode. Unfortunately I have not found a way to do this.

Is there any way to do this if I really want to go into sleep mode? I am grateful for any information.