mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-18 04:34:45 -07:00
14 lines
351 B
Plaintext
14 lines
351 B
Plaintext
App(
|
|
appid="Spectrum_Analyzer",
|
|
name="Spectrum Analyzer",
|
|
apptype=FlipperAppType.EXTERNAL,
|
|
entry_point="spectrum_analyzer_app",
|
|
cdefines=["APP_SPECTRUM_ANALYZER"],
|
|
requires=["gui", "subghz"],
|
|
# icon="A_SpectrumAnalyzer_14",
|
|
stack_size=2 * 1024,
|
|
order=12,
|
|
fap_icon="specAnalIcon.png",
|
|
fap_category="Main",
|
|
)
|