Skip to content

[Question] FYSETC SD-WIFI-PRO compile with SD support #1090

@spleijers

Description

@spleijers

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;

Image

Is that because i removed that library, or is there something else that needs to be changed?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions