unleashed-firmware/applications/plugins/totp/scenes/totp_scenes_enum.h
MX 8520daf28b
addding some great plugins to be preinstalled
and running fbt format, and fixing TOTP printf format
2022-10-12 05:01:37 +03:00

8 lines
144 B
C

#pragma once
typedef enum {
TotpSceneAuthentication,
TotpSceneGenerateToken,
TotpSceneAddNewToken,
TotpSceneTokenMenu
} Scene;