mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 12:21:49 +03:00
11 lines
189 B
C
11 lines
189 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
TotpSceneNone,
|
|
TotpSceneAuthentication,
|
|
TotpSceneGenerateToken,
|
|
TotpSceneAddNewToken,
|
|
TotpSceneTokenMenu,
|
|
TotpSceneAppSettings
|
|
} Scene;
|