Bläddra i källkod

Update for compilation on ufbt or cfw

David Lee 1 år sedan
förälder
incheckning
6b5b5ad219
3 ändrade filer med 5 tillägg och 2 borttagningar
  1. 1 1
      application.fam
  2. 3 0
      docs/changelog.md
  3. 1 1
      helpers/gui/int_input.c

+ 1 - 1
application.fam

@@ -7,7 +7,7 @@ App(
     fap_icon="icons/meal_pager_10px.png",
     fap_icon_assets="icons",
     fap_category="Sub-Ghz",
-    fap_version="1.4",
+    fap_version="1.5",
     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.",

+ 3 - 0
docs/changelog.md

@@ -1,3 +1,6 @@
+## v1.5
+- Support for ufbt compilation (assets fixed)
+
 ## v1.4
 - Fixed some restrictions that prevented build under 0.99.1
 

+ 1 - 1
helpers/gui/int_input.c

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