mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
19 lines
No EOL
387 B
Text
19 lines
No EOL
387 B
Text
App(
|
|
appid="subrem_remote_fap",
|
|
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=4 * 1024,
|
|
order=50,
|
|
fap_category="Debug",
|
|
fap_icon_assets="icons",
|
|
) |