dtmf update

This commit is contained in:
RogueMaster
2022-11-17 23:47:07 -05:00
parent fa78b04b41
commit 579d9d188d
14 changed files with 224 additions and 212 deletions

View File

@@ -17,6 +17,7 @@
#define TAG "DTMFDolphin"
enum DTMFDolphinSceneState {
DTMFDolphinSceneStateDialer,
DTMFDolphinSceneStateBluebox,
@@ -38,4 +39,7 @@ typedef struct {
NotificationApp* notification;
} DTMFDolphinApp;
typedef enum { DTMFDolphinViewMainMenu, DTMFDolphinViewDialer } DTMFDolphinView;
typedef enum {
DTMFDolphinViewMainMenu,
DTMFDolphinViewDialer
} DTMFDolphinView;