hope this helps

This commit is contained in:
RogueMaster
2022-09-18 04:12:35 -04:00
parent 1d44993173
commit 41b512bd91
3 changed files with 3 additions and 6 deletions
@@ -4,7 +4,7 @@ App(
apptype=FlipperAppType.EXTERNAL,
entry_point="spectrum_analyzer_app",
cdefines=["APP_SPECTRUM_ANALYZER"],
requires=["gui"],
requires=["gui", "subghz"],
# icon="A_SpectrumAnalyzer_14",
stack_size=2 * 1024,
order=12,