Skip to content
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

Help with compiler error #41

Closed
kbssa opened this issue Jul 17, 2019 · 2 comments
Closed

Help with compiler error #41

kbssa opened this issue Jul 17, 2019 · 2 comments
Labels
help wanted Extra attention is needed question Further information is requested

Comments

@kbssa
Copy link

kbssa commented Jul 17, 2019

When I try to compile the Basic example I get the following error:

In file included from C:\Users\SuporteProduto1\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.2\libraries\SD\src/SD.h:25:0,

             from C:\Users\SuporteProduto1\Documents\Arduino\libraries\Firebase_ESP8266_Client\src/FirebaseESP8266.h:72,

             from C:\Users\SuporteProduto1\Documents\Arduino\libraries\Firebase_ESP8266_Client\examples\Basic\Basic.ino:15:

C:\Users\SuporteProduto1\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.5.2\libraries\SDFS\src/SDFS.h:190:5: error: 'sdfat' does not name a type

 sdfat::SdFat* getFs()
@kbssa kbssa added help wanted Extra attention is needed question Further information is requested labels Jul 17, 2019
@mobizt
Copy link
Owner

mobizt commented Jul 18, 2019

Please make sure you don't have or installed SdFat or SD library in libraries folder, try to remove it from libraries folder because it's not consistent with core library that used by this Firebase library.

@kbssa
Copy link
Author

kbssa commented Jul 18, 2019

Please make sure you don't have or installed SdFat or SD library in libraries folder, try to remove it from libraries folder because it's not consistent with core library that used by this Firebase library.

Removing SdFat library solved.

Thank you, now I can test your library and finish my project.

@kbssa kbssa closed this as completed Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants