mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-15 09:17:11 +00:00
6d0c3eb3b6
And automatically migrate user files to new folder
14 lines
290 B
Text
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,
|
|
)
|