mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-05-24 11:12:27 -04:00
AirspyHF: changed back maximum HF LO linit to 31 MHz after fix in airspyhf library
This commit is contained in:
parent
bde2f3447e
commit
2680f73feb
@ -37,7 +37,7 @@ MESSAGE_CLASS_DEFINITION(AirspyHFInput::MsgStartStop, Message)
|
|||||||
MESSAGE_CLASS_DEFINITION(AirspyHFInput::MsgFileRecord, Message)
|
MESSAGE_CLASS_DEFINITION(AirspyHFInput::MsgFileRecord, Message)
|
||||||
|
|
||||||
const qint64 AirspyHFInput::loLowLimitFreqHF = 9000L;
|
const qint64 AirspyHFInput::loLowLimitFreqHF = 9000L;
|
||||||
const qint64 AirspyHFInput::loHighLimitFreqHF = 30995000L;
|
const qint64 AirspyHFInput::loHighLimitFreqHF = 31000000L;
|
||||||
const qint64 AirspyHFInput::loLowLimitFreqVHF = 60000000L;
|
const qint64 AirspyHFInput::loLowLimitFreqVHF = 60000000L;
|
||||||
const qint64 AirspyHFInput::loHighLimitFreqVHF = 260000000L;
|
const qint64 AirspyHFInput::loHighLimitFreqVHF = 260000000L;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user