unleashed-firmware/applications/unirfremix/application.fam
2022-06-26 20:57:29 +03:00

12 lines
243 B
Plaintext

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,
)