mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 01:39:05 -05:00
Metis MISO GUI: fixed frequency limits
This commit is contained in:
parent
92bd4213a3
commit
1a19e99d3e
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user