add blinking to DST toggle in settings page
This commit is contained in:
parent
e3d67af604
commit
2ce07f9539
@ -185,6 +185,9 @@ bool set_time_face_loop(movement_event_t event, movement_settings_t *settings, v
|
||||
case 5:
|
||||
buf[8] = buf[9] = ' ';
|
||||
break;
|
||||
case 7:
|
||||
buf[9] = ' ';
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user