Просмотр исходного кода

SubGHz Remote: Fix firmware import

Willy-JL 1 год назад
Родитель
Сommit
e13097f3e0
1 измененных файлов с 3 добавлено и 0 удалено
  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"