-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Backport getLocalTime from ESP32 #8405
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
Comments
Why don't you directly use localtime() ? Anyway if you think this core should get |
Can you give me a tip? do you mean |
Yes. There is an example. |
Tried localtime_r() but it shows incorrect time. |
new PR here #8407 |
Was trying to port this code from ESP32, but found that getLocalTime doesnt exist. Is there a replacement?
Or is there any chance to add this from esp32-hal-time.c
The text was updated successfully, but these errors were encountered: