Hide the seconds at the beginning

This commit is contained in:
Erwin Ried 2020-08-15 15:46:53 +02:00
parent 004fddf4de
commit 8251cf7dbb
2 changed files with 13 additions and 2 deletions

View file

@ -254,6 +254,7 @@ public:
private:
void on_tick_second();
uint16_t init_delay = 4;
bool date_enabled = true;
bool seconds_enabled = false;