atomic14 / esp32-sdcard-msc

18 stars 1 forks source link

Windows Error - "Please insert a disk into USB Drive (E:)" #6

Open BritOzMan opened 2 months ago

BritOzMan commented 2 months ago

Must preface this with the fact that I'm a ESP32 newbie. It was actually your wonderful videos/projects that inspired me to start tinkering with the board.

Anyway, following the fix in issue 1 (HWCDC Serial and USBCDC Serial conflict) of:

; make sure serial output works ; -DARDUINO_USB_MODE ; -DARDUINO_USB_CDC_ON_BOOT ; prevent hardware serial being used - we'll use USB serial -DNO_GLOBAL_SERIAL

This allows the code to flash to my ESP32 S3, but upon pressing the reset button to try it out, Windows throws a repeating error message/sound of "Please insert a disk into USB Drive (E:)"

I'm unsure if I've done something wrong/missed something else in the code and would appreciate any help/advice for a fix.

Thanks in advance!