1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

Metis MISO GUI: fixed frequency limits

This commit is contained in:
f4exb
2022-12-10 19:06:00 +01:00
parent 92bd4213a3
commit 1a19e99d3e
+1 -1
View File
@@ -63,7 +63,7 @@ private:
std::vector<quint64> m_deviceCenterFrequencies; //!< Center frequency in device
int m_lastEngineState;
MessageQueue m_inputMessageQueue;
static const int m_absMaxFreq = 500000; // kHz
static const int m_absMaxFreq = 61440; // kHz
void blockApplySettings(bool block) { m_doApplySettings = !block; }
void displaySettings();