Quellcode durchsuchen

Cleanups for better support in CFW

David Lee vor 2 Jahren
Ursprung
Commit
a42e22da26

+ 0 - 1
application.fam

@@ -8,7 +8,6 @@ App(
     fap_icon_assets="icons",
     fap_category="Sub-Ghz",
     fap_version="1.2",
-    fap_libs=["assets"],
     fap_author="leedave",
     fap_weburl="https://github.com/leedave/flipper-zero-meal-pager",
     fap_description="This app triggers restaurant pagers in a brute force manner, useful to test if devices are still functional.",

+ 1 - 1
helpers/gui/int_input.h

@@ -1,6 +1,6 @@
 /**
  * @file int_input.h
- * GUI: Integer keyboard view module API
+ * GUI: Integer string keyboard view module API
  */
 
 #pragma once

+ 0 - 13
helpers/subghz/subghz_types.h

@@ -69,19 +69,6 @@ typedef enum {
     SubGhzLockOn,
 } SubGhzLock;
 
-typedef enum {
-    SubGhzViewIdMenu,
-    SubGhzViewIdReceiver,
-    SubGhzViewIdPopup,
-    SubGhzViewIdTextInput,
-    SubGhzViewIdWidget,
-    SubGhzViewIdTransmitter,
-    SubGhzViewIdVariableItemList,
-    SubGhzViewIdFrequencyAnalyzer,
-    SubGhzViewIdReadRAW,
-
-} SubGhzViewId;
-
 /** SubGhz load type file */
 typedef enum {
     SubGhzLoadTypeFileNoLoad,

BIN
icons/KeyBackspaceSelected_16x9.png


BIN
icons/KeyBackspace_16x9.png


BIN
icons/KeySaveSelected_24x11.png


BIN
icons/KeySave_24x11.png