-
Notifications
You must be signed in to change notification settings - Fork 13.3k
SD and FS (SPIFFS) library naming collision #3819
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Use |
@luc-github Marvellous, it works, thank you! |
@luc-github I was searching for solution to use ESPAsyncWebServer and SD card. Your solution works, thank Yo. However I think it is only temporary. |
temporary solutions can exist for a long time ... |
Description
<FS.h>
and<SD.h>
can't both be used in a sketch because of a naming collision. TheFile
type, for example, is declared by both libraries. Attempting to build the code below will throw an error:Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: