mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 01:18:35 -07:00
add spectrum analyzer
This commit is contained in:
@@ -51,6 +51,7 @@ extern int32_t music_player_app(void* p);
|
||||
extern int32_t wav_player_app(void* p);
|
||||
extern int32_t clock_app(void *p);
|
||||
extern int32_t unirfremix_app(void *p);
|
||||
extern int32_t spectrum_analyzer_app(void* p);
|
||||
|
||||
// Games
|
||||
extern int32_t snake_game_app(void* p);
|
||||
@@ -236,6 +237,14 @@ const FlipperApplication FLIPPER_APPS[] = {
|
||||
.flags = FlipperApplicationFlagDefault},
|
||||
#endif
|
||||
|
||||
#ifdef APP_SPECTRUM_ANALYZER
|
||||
{.app = spectrum_analyzer_app,
|
||||
.name = "Spectrum Analyzer",
|
||||
.stack_size = 1024,
|
||||
.icon = &A_SpectrumAnalyzer_14,
|
||||
.flags = FlipperApplicationFlagDefault},
|
||||
#endif
|
||||
|
||||
#ifdef APP_LF_RFID
|
||||
{.app = lfrfid_app,
|
||||
.name = "125 kHz RFID",
|
||||
|
||||
Reference in New Issue
Block a user