Przeglądaj źródła

Update to help build detect icons that were already there instead of using from Firmware

David Lee 1 rok temu
rodzic
commit
c24026f4eb
3 zmienionych plików z 2 dodań i 3 usunięć
  1. 1 2
      application.fam
  2. 0 1
      helpers/gui/int_input.c
  3. 1 0
      helpers/gui/int_input.h

+ 1 - 2
application.fam

@@ -10,6 +10,5 @@ App(
     fap_category="Infrared",
     fap_author="Leedave",
     fap_description="One-Click, sends multiple commands",
-    fap_weburl="https://github.com/leedave/flipper-zero-cross-remote",
-    sdk_headers=["lib/subghz/protocols/protocol_items.h"]
+    fap_weburl="https://github.com/leedave/flipper-zero-cross-remote"
 )

+ 0 - 1
helpers/gui/int_input.c

@@ -2,7 +2,6 @@
 
 #include <gui/elements.h>
 #include <furi.h>
-#include <assets_icons.h>
 
 /** IntInput type */
 struct IntInput {

+ 1 - 0
helpers/gui/int_input.h

@@ -6,6 +6,7 @@
 #pragma once
 
 #include <gui/view.h>
+#include "xremote_icons.h"
 
 #ifdef __cplusplus
 extern "C" {