add blinking to DST toggle in settings page

This commit is contained in:
R. Alex Barbieri 2024-04-27 13:33:32 -05:00
parent e3d67af604
commit 2ce07f9539

View File

@ -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;
}
}