mirror of
https://github.com/cjcliffe/CubicSDR.git
synced 2026-06-08 17:04:39 -04:00
Manage B key correctly activated for spectrum, not waterfall. Add another independent B (dB) key for audio scope
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user