mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-22 04:41:36 +03:00
15 lines
464 B
Plaintext
15 lines
464 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 & @ALEEF02 (original by @jolcese)",
|
|
fap_version="1.1",
|
|
fap_description="Displays a spectrogram chart to visually represent RF signals around you.",
|
|
)
|