From c7846303457bed5a233de78ae053155c0ee44ee9 Mon Sep 17 00:00:00 2001 From: AlexandreRouma Date: Wed, 3 Nov 2021 18:12:43 +0100 Subject: [PATCH] Fixed the default fft size --- core/src/gui/menus/display.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/gui/menus/display.cpp b/core/src/gui/menus/display.cpp index de234771..6fcb9c15 100644 --- a/core/src/gui/menus/display.cpp +++ b/core/src/gui/menus/display.cpp @@ -70,7 +70,7 @@ namespace displaymenu { fullWaterfallUpdate = core::configManager.conf["fullWaterfallUpdate"]; gui::waterfall.setFullWaterfallUpdate(fullWaterfallUpdate); - fftSizeId = 0; + fftSizeId = 3; int fftSize = core::configManager.conf["fftSize"]; for (int i = 0; i < 7; i++) { if (fftSize == FFTSizes[i]) {