mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-23 05:24:46 -07:00
adaptation to the new build system + fixes
This commit is contained in:
11
applications/unirfremix/application.fam
Normal file
11
applications/unirfremix/application.fam
Normal 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,
|
||||
)
|
||||
Reference in New Issue
Block a user