-
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
configTime(tzsec,dstsec,): fix UTC/local management #6993
Conversation
This PR also remove dead code since probably newlib updates The NTP-TZ-DST example is also updated
Any PR that drops 300+ lines of legacy, unmaintained code w/o dropping functionality is awesome! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Little worried about the signed->unsigned on timezone_secs. Other stuff very minor. Looking good...
For some reason after this was merged my sntp code stopped working. Undefined references to the once documented SNTP API calls by espressif:
I guess some functionality has been dropped... |
@arendst can you open a new issue on this? This is closed-merged, so anything here won't show up on our lists w/o explicitly looking for it. |
Done. |
This PR also removes dead code since probably newlib updates.
The NTP-TZ-DST example is updated.
fixes #6921
fixes #6678