mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-26 17:58:43 -05: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)
|
||||
|
||||
const qint64 AirspyHFInput::loLowLimitFreqHF = 9000L;
|
||||
const qint64 AirspyHFInput::loHighLimitFreqHF = 30995000L;
|
||||
const qint64 AirspyHFInput::loHighLimitFreqHF = 31000000L;
|
||||
const qint64 AirspyHFInput::loLowLimitFreqVHF = 60000000L;
|
||||
const qint64 AirspyHFInput::loHighLimitFreqVHF = 260000000L;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user