Files
Momentum-Firmware/applications/plugins/totp/scenes/totp_scenes_enum.h
RogueMaster 68a8cbea2a totp update
2022-10-10 17:05:26 -04:00

9 lines
144 B
C

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