unleashed-firmware/applications/unirfremix/application.fam

14 lines
280 B
Text

App(
appid="unirfremix",
name="Sub-GHz Remote",
apptype=FlipperAppType.APP,
entry_point="unirfremix_app",
cdefines=["APP_UNIRFREMIX"],
requires=[
"gui",
"dialogs",
],
icon="A_UniRFRemix_14",
stack_size=4 * 1024,
order=11,
)