mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 04:11:48 +03:00
8520daf28b
and running fbt format, and fixing TOTP printf format
9 lines
144 B
C
9 lines
144 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
TotpSceneAuthentication,
|
|
TotpSceneGenerateToken,
|
|
TotpSceneAddNewToken,
|
|
TotpSceneTokenMenu
|
|
} Scene;
|