mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-30 04:19:59 -07:00
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
App(
|
|
appid="subghz_remote",
|
|
name="Sub-GHz Remote",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="subghz_remote_app",
|
|
stack_size=2 * 1024,
|
|
fap_icon="icon.png",
|
|
fap_description="SubGhz Remote, uses up to 5 .sub files",
|
|
fap_category="Sub-GHz",
|
|
)
|