Cleanup to the default branch
This commit is contained in:
@@ -151,6 +151,7 @@ void simple_clock_face_resign(movement_settings_t *settings, void *context) {
|
||||
}
|
||||
|
||||
bool simple_clock_face_wants_background_task(movement_settings_t *settings, void *context) {
|
||||
(void) settings;
|
||||
simple_clock_state_t *state = (simple_clock_state_t *)context;
|
||||
watch_date_time date_time = watch_rtc_get_date_time();
|
||||
uint8_t hour_dst = check_and_act_on_daylight_savings(date_time);
|
||||
|
||||
@@ -134,7 +134,7 @@ bool set_time_face_loop(movement_event_t event, movement_settings_t *settings, v
|
||||
return movement_default_loop_handler(event, settings);
|
||||
}
|
||||
|
||||
char buf[11];
|
||||
char buf[13];
|
||||
if (current_page < 3) {
|
||||
watch_set_colon();
|
||||
if (settings->bit.clock_mode_24h) {
|
||||
|
||||
Reference in New Issue
Block a user