unleashed-firmware/applications/main/subghz_remote/application.fam
MX 6d0c3eb3b6
Properly rename unirf remix to subghz remote
And automatically migrate user files to new folder
2023-03-06 10:32:01 +03:00

14 lines
290 B
Text

App(
appid="subghz_remote",
name="Sub-GHz Remote",
apptype=FlipperAppType.APP,
entry_point="subghz_remote_app",
cdefines=["APP_SUBGHZREMOTE"],
requires=[
"gui",
"dialogs",
],
icon="A_SubGHzRemote_14",
stack_size=4 * 1024,
order=11,
)