-
Notifications
You must be signed in to change notification settings - Fork 161
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
compiler problems #11
Comments
you cannot have SdFat-master as installed library - it conflict with the embedded version of SDFat in esp8266 - remove the sdfat-master library and it will remove conflict, or disable the esp8266 sd Fat version if you want to keep sdfat-master |
Thanks for the reply, but now I have still a compiler error. Arduino: 1.8.13 (Windows 7), Board:"WeMos D1 R1, 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
|
Hello. Use SdFat library version 1.1.0 -> https://github.com/greiman/SdFat |
Hi,
I like to compile simple.ino and i have different compiler errors : I added the libraries (sdfat and ESPWebDav) form github
Arduino: 1.8.13 (Windows 7), Board:"WeMos D1 R1, 80 MHz, Flash, Legacy (new can return nullptr), All SSL ciphers (most compatible), 4MB (FS:2MB OTA:~1019KB), v2 Lower Memory, Disabled, None, Only Sketch, 921600"
what did I wrong?
thanks
The text was updated successfully, but these errors were encountered: