Manage B key correctly activated for spectrum, not waterfall. Add another independent B (dB) key for audio scope

This commit is contained in:
vsonnier
2017-01-27 21:38:48 +01:00
parent 532f34c608
commit 848d1bf0e3
8 changed files with 97 additions and 16 deletions
+2 -2
View File
@@ -13,8 +13,8 @@
SpectrumPanel::SpectrumPanel() {
floorValue = 0;
ceilValue = 1;
showDb = false;
useDbOfs = false;
showDb = true;
useDbOfs = true;
fftSize = DEFAULT_FFT_SIZE;
bandwidth = DEFAULT_DEMOD_BW;
freq = 0;