add spectrum analyzer

This commit is contained in:
Eng1n33r
2022-06-06 17:20:46 +03:00
parent 78de90d429
commit ce8c491291
17 changed files with 781 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ APP_UPDATER = 1
# Custom apps
APP_UNIRFREMIX = 1
APP_CLOCK = 1
APP_SPECTRUM_ANALYZER = 1
# Plugins
APP_MUSIC_PLAYER = 1
@@ -271,6 +272,11 @@ SRV_GUI = 1
SRV_CLI = 0
endif
APP_SPECTRUM_ANALYZER ?= 0
ifeq ($(APP_SPECTRUM_ANALYZER), 1)
CFLAGS += -DAPP_SPECTRUM_ANALYZER
SRV_GUI = 1
endif
APP_IBUTTON ?= 0
ifeq ($(APP_IBUTTON), 1)