mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
12 lines
276 B
Plaintext
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,
|
|
)
|