소스 검색

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. BIN
      icons/KeyBackspaceSelected_16x9.png
  5. BIN
      icons/KeyBackspace_16x9.png
  6. BIN
      icons/KeySaveSelected_24x11.png
  7. BIN
      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,

BIN
icons/KeyBackspaceSelected_16x9.png


BIN
icons/KeyBackspace_16x9.png


BIN
icons/KeySaveSelected_24x11.png


BIN
icons/KeySave_24x11.png