mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-20 11:51:48 +03:00
17 lines
328 B
Plaintext
17 lines
328 B
Plaintext
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=2 * 1024,
|
|
order=11,
|
|
) |