mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 05:23:06 +00:00
2b357a12bc
maybe it will be a little bit faster (but its not)
11 lines
276 B
Text
11 lines
276 B
Text
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=4 * 1024,
|
|
order=12,
|
|
)
|