SleepMode

Signed-off-by: Martin Kolací <martin.kolaci@lmc.eu>
This commit is contained in:
Martin Kolací
2020-12-28 13:10:49 +01:00
parent 6cc3c5dcf4
commit 25f31c7811
14 changed files with 170 additions and 40 deletions

View File

@@ -117,12 +117,12 @@ void setup(void) {
car->activateCommandQueue();
board->attachCar(car);
// Redraw screen
board->redrawScreen();
// Finish board setup
board->afterSetup();
// Redraw screen
board->redrawScreen();
// End
syslog->println("Device setup completed");
}