Skip to content

Commit 040c14c

Browse files
committed
feat(ui): add SCREEN_NFC_MENU and SCREEN_FILES to screen_id_t
1 parent 1306c91 commit 040c14c

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

firmware_p4/components/Applications/ui/include/ui_manager.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ typedef enum {
4949
SCREEN_CONNECTION_SETTINGS,
5050
SCREEN_CONNECT_WIFI,
5151
SCREEN_CONNECT_BLUETOOTH,
52-
SCREEN_ABOUT_SETTINGS
52+
SCREEN_ABOUT_SETTINGS,
53+
SCREEN_NFC_MENU,
54+
SCREEN_FILES
5355
// others screens
5456
} screen_id_t;
5557

0 commit comments

Comments
 (0)