mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2024-12-26 00:10:11 +00:00
13 lines
307 B
Plaintext
13 lines
307 B
Plaintext
|
App(
|
||
|
appid="Spectrum_Analyzer",
|
||
|
name="Spectrum Analyzer",
|
||
|
apptype=FlipperAppType.EXTERNAL,
|
||
|
entry_point="spectrum_analyzer_app",
|
||
|
cdefines=["APP_SPECTRUM_ANALYZER"],
|
||
|
requires=["gui"],
|
||
|
stack_size=2 * 1024,
|
||
|
order=12,
|
||
|
fap_icon="spectrum_10px.png",
|
||
|
fap_category="Tools",
|
||
|
)
|