mirror of
https://github.com/AlexandreRouma/SDRPlusPlus.git
synced 2025-01-24 00:34:44 +01:00
Fixed the default fft size
This commit is contained in:
parent
e6377d4f3d
commit
c784630345
@ -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]) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user