mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-07-27 01:58:09 -07:00
make spectrum analyzer external
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
App(
|
||||
appid="spectrum_analyzer",
|
||||
appid="Spectrum_Analyzer",
|
||||
name="Spectrum Analyzer",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="spectrum_analyzer_app",
|
||||
cdefines=["APP_SPECTRUM_ANALYZER"],
|
||||
requires=["gui"],
|
||||
icon="A_SpectrumAnalyzer_14",
|
||||
# icon="A_SpectrumAnalyzer_14",
|
||||
stack_size=2 * 1024,
|
||||
order=12,
|
||||
fap_icon="specAnalIcon.png",
|
||||
fap_category="Main",
|
||||
)
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 1.7 KiB |
Reference in New Issue
Block a user