display negative timer
This commit is contained in:
parent
c3c7553198
commit
90b033a9af
@ -79,7 +79,7 @@ namespace Display {
|
||||
});
|
||||
Task tDisplayTimer(SECONDS(10), TASK_ONCE + 1,
|
||||
[]{
|
||||
clockDisplay.print(timer > 0 ? timer : 0, DEC);
|
||||
clockDisplay.print(timer, DEC);
|
||||
clockDisplay.writeDisplay();
|
||||
}, &ts, false, nullptr,
|
||||
[]{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user