| 1369 | } |
| 1370 | |
| 1371 | void DisplayManager_::forceNextApp() |
| 1372 | { |
| 1373 | ui->switchToApp(ui->getUiState()->currentApp); |
| 1374 | setAppTime(TIME_PER_APP); |
| 1375 | MQTTManager.setCurrentApp(getAppNameAtIndex(ui->getUiState()->currentApp)); |
| 1376 | } |
| 1377 | |
| 1378 | void DisplayManager_::previousApp() |
| 1379 | { |
no test coverage detected