File tree Expand file tree Collapse file tree 7 files changed +1
-15
lines changed Expand file tree Collapse file tree 7 files changed +1
-15
lines changed Original file line number Diff line number Diff line change 8
8
fap_icon_assets="icons",
9
9
fap_category="Sub-GHz",
10
10
fap_version="1.2",
11
- fap_libs=["assets"],
12
11
fap_author="leedave",
13
12
fap_weburl="https://github.com/leedave/flipper-zero-meal-pager",
14
13
fap_description="This app triggers restaurant pagers in a brute force manner, useful to test if devices are still functional.",
Original file line number Diff line number Diff line change 1
1
/**
2
2
* @file int_input.h
3
- * GUI: Integer keyboard view module API
3
+ * GUI: Integer string keyboard view module API
4
4
*/
5
5
6
6
#pragma once
Original file line number Diff line number Diff line change @@ -69,19 +69,6 @@ typedef enum {
69
69
SubGhzLockOn ,
70
70
} SubGhzLock ;
71
71
72
- typedef enum {
73
- SubGhzViewIdMenu ,
74
- SubGhzViewIdReceiver ,
75
- SubGhzViewIdPopup ,
76
- SubGhzViewIdTextInput ,
77
- SubGhzViewIdWidget ,
78
- SubGhzViewIdTransmitter ,
79
- SubGhzViewIdVariableItemList ,
80
- SubGhzViewIdFrequencyAnalyzer ,
81
- SubGhzViewIdReadRAW ,
82
-
83
- } SubGhzViewId ;
84
-
85
72
/** SubGhz load type file */
86
73
typedef enum {
87
74
SubGhzLoadTypeFileNoLoad ,
You can’t perform that action at this time.
0 commit comments