MX
2023-04-26 23:50:37 +03:00
parent 6c0c0bd0be
commit 451ec9cba0
62 changed files with 2025 additions and 1679 deletions

View File

@@ -34,5 +34,10 @@ enum Scenes {
/**
* @brief Scene where user can change application settings
*/
TotpSceneAppSettings
TotpSceneAppSettings,
/**
* @brief Scene which informs user that CLI command is running
*/
TotpSceneStandby
};