mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
20 lines
396 B
Plaintext
20 lines
396 B
Plaintext
App(
|
|
appid="SubGHz_Remote",
|
|
name="Sub-GHz Remote",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="subghz_remote_app",
|
|
cdefines=[
|
|
"APP_SUBGHZREMOTE",
|
|
"SUBREM_LIGHT",
|
|
],
|
|
requires=[
|
|
"gui",
|
|
"dialogs",
|
|
],
|
|
stack_size=2 * 1024,
|
|
order=11,
|
|
fap_libs=["assets"],
|
|
fap_icon="subghz_remote_10px.png",
|
|
fap_category="Sub-GHz",
|
|
)
|