@@ -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"
)
@@ -2,7 +2,6 @@
#include <gui/elements.h>
#include <furi.h>
-#include <assets_icons.h>
/** IntInput type */
struct IntInput {
@@ -6,6 +6,7 @@
#pragma once
#include <gui/view.h>
+#include "xremote_icons.h"
#ifdef __cplusplus
extern "C" {