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

fatal error: SdFat.h: No such file or directory #105

Closed brandonpaiz closed 1 year ago

brandonpaiz commented 1 year ago

Hello,

I'm getting the following error when trying to build this library.

In file included from /root/Arduino/libraries/EspTinyUSB/src/device/msc/sdfatusb.cpp:1:
/root/Arduino/libraries/EspTinyUSB/src/sdfatusb.h:4:10: fatal error: SdFat.h: No such file or directory
 #include "SdFat.h"

It appears to be caused by the import from https://github.com/chegewara/EspTinyUSB/commit/567ffd764f21f803b21dc9b1122dd00b5f523d86

chegewara commented 1 year ago

Thanks for reporting, i reverted that PR.

brandonpaiz commented 1 year ago

Thanks!