Parcourir la source

SubGHz Remote: Fix firmware import

Willy-JL il y a 1 an
Parent
commit
e13097f3e0
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  1. 3 0
      subghz_remote/subghz_remote_app_i.h

+ 3 - 0
subghz_remote/subghz_remote_app_i.h

@@ -6,7 +6,10 @@
 
 #include "helpers/txrx/subghz_txrx.h"
 
+// Fix importing from firmware for folder path
+#if __has_include("subghz_remote_icons.h")
 #include "subghz_remote_icons.h"
+#endif
 
 #include "views/remote.h"
 #include "views/edit_menu.h"