unleashed-firmware/applications/main/spectrum_analyzer/application.fam
2022-09-14 21:04:04 +03:00

12 lines
276 B
Plaintext

App(
appid="spectrum_analyzer",
name="Spectrum Analyzer",
apptype=FlipperAppType.APP,
entry_point="spectrum_analyzer_app",
cdefines=["APP_SPECTRUM_ANALYZER"],
requires=["gui"],
icon="A_SpectrumAnalyzer_14",
stack_size=2 * 1024,
order=12,
)