mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
17 lines
No EOL
328 B
Text
17 lines
No EOL
328 B
Text
App(
|
|
appid="subghz_remote",
|
|
name="Sub-GHz Remote",
|
|
apptype=FlipperAppType.APP,
|
|
entry_point="subghz_remote_app",
|
|
cdefines=[
|
|
"APP_SUBGHZREMOTE",
|
|
"SUBREM_LIGHT",
|
|
],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
icon="A_SubGHzRemote_14",
|
|
stack_size=3 * 1024,
|
|
order=11,
|
|
) |