adaptation to the new build system + fixes

This commit is contained in:
Eng1n33r
2022-06-26 20:57:29 +03:00
parent aaeede7793
commit 1c55a55ddd
28 changed files with 173 additions and 868 deletions

View File

@@ -0,0 +1,11 @@
App(
appid="unirfremix",
name="UniRF Remix",
apptype=FlipperAppType.APP,
entry_point="unirfremix_app",
cdefines=["APP_UNIRFREMIX"],
requires=["gui"],
icon="A_UniRFRemix_14",
stack_size=2 * 1024,
order=11,
)