mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-26 03:39:58 -07:00
15 lines
457 B
Plaintext
15 lines
457 B
Plaintext
App(
|
|
appid="spectrum_analyzer",
|
|
name="Spectrum Analyzer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="spectrum_analyzer_app",
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
order=12,
|
|
fap_icon="spectrum_10px.png",
|
|
fap_category="Sub-GHz",
|
|
fap_author="@xMasterX & @theY4Kman (original by @jolcese)",
|
|
fap_version="1.0",
|
|
fap_description="Shows received signals on spectrum, not actual analyzer, more like a demo app",
|
|
)
|