-
-
Notifications
You must be signed in to change notification settings - Fork 479
Closed
Description
Hello, im trying to flash a FYSETC SD-WIFI-PRO with ESP3D (v3) with the configuration.h/ ini provided here;
While compiling i ran into an issue with some usb related library, so after some tries i deleted the folder /libraries/esp32-usb-serial-1.0.1 and suddenly flashing worked!
This was the error;
In file included from libraries/esp32-usb-serial-1.0.1/src/esp32_usb_serial.h:22,
from libraries/esp32-usb-serial-1.0.1/src/esp32_usb_serial.cpp:24:
libraries/esp32-usb-serial-1.0.1/src/usb/cdc_acm_host.h:10:10: fatal error: usb/usb_host.h: No such file or directory
10 | #include "usb/usb_host.h"
| ^~~~~~~~~~~~~~~~
Now the only problem that remains; SD card access does not seem to function;
Is that because i removed that library, or is there something else that needs to be changed?