mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-20 04:54:45 -07:00
dtmf update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user