diff --git a/plugins/channelmimo/interferometer/interferometerplugin.cpp b/plugins/channelmimo/interferometer/interferometerplugin.cpp index 89ba10db4..5f84f3c73 100644 --- a/plugins/channelmimo/interferometer/interferometerplugin.cpp +++ b/plugins/channelmimo/interferometer/interferometerplugin.cpp @@ -30,7 +30,7 @@ const PluginDescriptor InterferometerPlugin::m_pluginDescriptor = { QString(Interferometer::m_channelId), QString("Interferometer"), - QString("5.0.0"), + QString("5.6.0"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/plugins/channelrx/demodchirpchat/chirpchatplugin.cpp b/plugins/channelrx/demodchirpchat/chirpchatplugin.cpp index 93a31b29c..41710f752 100644 --- a/plugins/channelrx/demodchirpchat/chirpchatplugin.cpp +++ b/plugins/channelrx/demodchirpchat/chirpchatplugin.cpp @@ -27,7 +27,7 @@ const PluginDescriptor ChirpChatPlugin::m_pluginDescriptor = { ChirpChatDemod::m_channelId, QString("ChirpChat Demodulator"), - QString("5.5.1"), + QString("5.6.0"), QString("(c) Edouard Griffiths, F4EXB"), QString("https://github.com/f4exb/sdrangel"), true, diff --git a/sdrbase/dsp/glspectrumsettings.cpp b/sdrbase/dsp/glspectrumsettings.cpp index a5c753b80..328efe17b 100644 --- a/sdrbase/dsp/glspectrumsettings.cpp +++ b/sdrbase/dsp/glspectrumsettings.cpp @@ -37,7 +37,10 @@ void GLSpectrumSettings::resetToDefaults() m_decay = 1; m_decayDivisor = 1; m_histogramStroke = 30; - m_displayGridIntensity = 5, + m_displayGridIntensity = 5; + m_displayTraceIntensity = 50; + m_waterfallShare = 0.66; + m_displayCurrent = true; m_displayWaterfall = true; m_invertedWaterfall = true; m_displayMaxHold = false;