-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Sketch using Timezone-Lib will not compile in v2.4.0 #4106
Comments
most likely a problem with your includes (sequence of). |
Hello Schufti (and d-a-v), is there a kind of documentation how to use the core time functions (like configTime and the time struct)? In issue #1679 you also asked for some kind of documentation... Thanks to all. Meanwhile I solved my problem from the opening post: In the folder of the the TimeLib-library I renamed "Time.cpp" to "TimeLib.cpp". Now the compilation is successfull. |
one can find the newlib documentation here so since your - not core related - problem is solved, may you please close this issue? |
as desired |
Is related to #4122 |
Basic Infos
Hardware
Hardware: NodeMCU 1.0
Core Version: 2.4.0
Description
Any sketch using the Timezone-library from JChristensen will not compile with 2.4.0
There are lots of "... is not declared in this scope" errors referencing to the Timezone lib
Going back to 2.3.0 the compilations run fine without any error.
Can this please be checked? Thanks a lot.
Best regards
The text was updated successfully, but these errors were encountered: