From 6b5b5ad219647265a5856ad737b1aebd9acb3275 Mon Sep 17 00:00:00 2001 From: David Lee Date: Mon, 1 Apr 2024 17:35:25 +0200 Subject: [PATCH] Update for compilation on ufbt or cfw --- application.fam | 2 +- docs/changelog.md | 3 +++ helpers/gui/int_input.c | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/application.fam b/application.fam index 7742570cd63..8e0ab5caff1 100644 --- a/application.fam +++ b/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.", diff --git a/docs/changelog.md b/docs/changelog.md index dbe20149e47..68cf012e9c9 100644 --- a/docs/changelog.md +++ b/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 diff --git a/helpers/gui/int_input.c b/helpers/gui/int_input.c index b93ce3126af..1e7e1cbec55 100644 --- a/helpers/gui/int_input.c +++ b/helpers/gui/int_input.c @@ -2,7 +2,7 @@ #include #include -#include +#include "meal_pager_icons.h" /** IntInput type */ struct IntInput {