Files
Momentum-Firmware/applications/external/subghz_remote/application.fam
2023-07-02 19:38:32 +02:00

19 lines
364 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_icon="subrem_10px.png",
fap_category="Sub-GHz",
)