-
Notifications
You must be signed in to change notification settings - Fork 158
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
So many errors with newer libs #272
Comments
What board did you select and what version of ESP8266 core are you using. You should be able to use latest on most library files. Edit: looking at it closer it looks like it is probably related to your TimeDB library -- use the library manager to install that for the IDE and don't extract it manually. Give that a try. |
Thanks, I've gone through the library manager and installed all four versions of Time (Michael Margolis) but get the same result each time. |
The compiled binaries are available in the download as well. Edit: Also, this line in your error makes me think you have a conflict and I don't know why you have the library installed here: c:\Users\simon\Documents\Arduino\marquee-scroller-master\libraries\Time/TimeLib.h:78: note: this is the location of the previous definition |
To be honest neither do I! |
Is it possible for me to compile a single file now that I know I'll be able to write to another WeMos in the future if I should need to? Rather than (potentially) having to track down all manor of libraries and versions of things in the future. |
did you ever fix this? I have same error message |
Had a scroller working for years then damaged the D1 it was running on. Downloaded the latest version from here then installed the IDE and the needed libraries. So many errors and warnings!
Does anyone know what older versions of required libraries might get this project working again?
The text was updated successfully, but these errors were encountered: