瀏覽代碼

Cleanups for better support in CFW

David Lee 2 年之前
父節點
當前提交
a42e22da26
共有 7 個文件被更改,包括 1 次插入15 次删除
  1. 0 1
      application.fam
  2. 1 1
      helpers/gui/int_input.h
  3. 0 13
      helpers/subghz/subghz_types.h
  4. 二進制
      icons/KeyBackspaceSelected_16x9.png
  5. 二進制
      icons/KeyBackspace_16x9.png
  6. 二進制
      icons/KeySaveSelected_24x11.png
  7. 二進制
      icons/KeySave_24x11.png

+ 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,

二進制
icons/KeyBackspaceSelected_16x9.png


二進制
icons/KeyBackspace_16x9.png


二進制
icons/KeySaveSelected_24x11.png


二進制
icons/KeySave_24x11.png