mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
14 lines
450 B
Plaintext
14 lines
450 B
Plaintext
App(
|
|
appid="spectrum_analyzer",
|
|
name="Spectrum Analyzer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="spectrum_analyzer_app",
|
|
requires=["gui"],
|
|
stack_size=2 * 1024,
|
|
fap_icon="spectrum_10px.png",
|
|
fap_category="Sub-GHz",
|
|
fap_author="@xMasterX & @theY4Kman & @ALEEF02 (original by @jolcese)",
|
|
fap_version="1.1",
|
|
fap_description="Displays a spectrogram chart to visually represent RF signals around you.",
|
|
)
|