mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-10-11 00:09:55 +02:00
Fixed the default fft size
This commit is contained in:
@@ -70,7 +70,7 @@ namespace displaymenu {
|
|||||||
fullWaterfallUpdate = core::configManager.conf["fullWaterfallUpdate"];
|
fullWaterfallUpdate = core::configManager.conf["fullWaterfallUpdate"];
|
||||||
gui::waterfall.setFullWaterfallUpdate(fullWaterfallUpdate);
|
gui::waterfall.setFullWaterfallUpdate(fullWaterfallUpdate);
|
||||||
|
|
||||||
fftSizeId = 0;
|
fftSizeId = 3;
|
||||||
int fftSize = core::configManager.conf["fftSize"];
|
int fftSize = core::configManager.conf["fftSize"];
|
||||||
for (int i = 0; i < 7; i++) {
|
for (int i = 0; i < 7; i++) {
|
||||||
if (fftSize == FFTSizes[i]) {
|
if (fftSize == FFTSizes[i]) {
|
||||||
|
Reference in New Issue
Block a user