mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-13 14:32:36 +00:00
8520daf28b
and running fbt format, and fixing TOTP printf format
8 lines
144 B
C
8 lines
144 B
C
#pragma once
|
|
|
|
typedef enum {
|
|
TotpSceneAuthentication,
|
|
TotpSceneGenerateToken,
|
|
TotpSceneAddNewToken,
|
|
TotpSceneTokenMenu
|
|
} Scene;
|