some changes to fbt stuff

This commit is contained in:
MX
2022-07-30 05:35:56 +03:00
parent aa757eeb49
commit 8fb6d6c732
3 changed files with 38 additions and 8 deletions

View File

@@ -4,7 +4,10 @@ App(
apptype=FlipperAppType.APP,
entry_point="unirfremix_app",
cdefines=["APP_UNIRFREMIX"],
requires=["gui"],
requires=[
"gui",
"dialogs",
],
icon="A_UniRFRemix_14",
stack_size=2 * 1024,
order=11,