mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-11 06:09:08 -07:00
30 lines
760 B
Plaintext
30 lines
760 B
Plaintext
App(
|
|
appid="subghz_remote",
|
|
name="Sub-GHz Remote",
|
|
<<<<<<< HEAD:applications/external/subghz_remote/application.fam
|
|
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",
|
|
=======
|
|
apptype=FlipperAppType.MENUEXTERNAL,
|
|
entry_point="subghz_remote_app",
|
|
icon="A_SubGHzRemote_14",
|
|
stack_size=2 * 1024,
|
|
order=11,
|
|
fap_libs=["assets",],
|
|
fap_icon="icon.png",
|
|
fap_category="Sub-Ghz",
|
|
>>>>>>> ea357b8eafe91c3a07cb89c3b90d03b78e2633ff:applications/main/subghz_remote/application.fam
|
|
)
|