-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add current time to home app #61
Labels
Milestone
Comments
RTC seems to work fine
|
Oh, you meant add it to the home screen. Duh. |
thibault-ml
pushed a commit
to thibault-ml/Mk3-Firmware
that referenced
this issue
Aug 9, 2016
This change displays the current time in the home app, depending on the configured timezone. The time is synced via NTP when a wifi connection is established. The timezone can be changed via the "Change Timezone" app which is also part of this change.
thibault-ml
pushed a commit
to thibault-ml/Mk3-Firmware
that referenced
this issue
Aug 9, 2016
This change displays the current time in the home app, depending on the configured timezone. The time is synced via NTP when a wifi connection is established. The timezone can be changed via the "Change Timezone" app which is also part of this change.
thibault-ml
pushed a commit
to thibault-ml/Mk3-Firmware
that referenced
this issue
Aug 10, 2016
This change displays the current time in the home app, depending on the configured timezone. The time is synced via NTP when a wifi connection is established. The timezone can be changed via the "Change Timezone" app which is also part of this change.
thibault-ml
pushed a commit
to thibault-ml/Mk3-Firmware
that referenced
this issue
Aug 20, 2016
This change makes sure we do not wait too long to receive (`read()`) data from the NTP server in case it cannot be reached, or is too slow to respond. However, because we're using UDP to communicate with NTP, there's no need to wait for the `sendto()` to succeed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Log the time
Display the time
The text was updated successfully, but these errors were encountered: