mirror of
https://github.com/firewalkwithm3/Sensor-Watch.git
synced 2024-11-22 03:01:51 +08:00
add blinking to DST toggle in settings page
This commit is contained in:
parent
f3c28ede96
commit
52f9500666
|
@ -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…
Reference in a new issue