mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
15 lines
405 B
Plaintext
15 lines
405 B
Plaintext
App(
|
|
appid="protoview",
|
|
name="ProtoView",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="protoview_app_entry",
|
|
requires=["gui"],
|
|
stack_size=8 * 1024,
|
|
order=50,
|
|
fap_icon="appicon.png",
|
|
fap_category="Sub-GHz",
|
|
fap_author="@antirez & (fixes by @xMasterX)",
|
|
fap_version="1.0",
|
|
fap_description="Digital signal detection, visualization, editing and reply tool",
|
|
)
|