Fix #574: cannot enter frequency offsets > 2GHz

This commit is contained in:
vsonnier
2017-09-01 18:23:53 +02:00
parent 252b6bf9f8
commit 87077a89c1
2 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ void SDRDevicesDialog::refreshDeviceProperties() {
//A-1) Name
devSettings["name"] = m_propertyGrid->Append( new wxStringProperty("Name", wxPG_LABEL, devConfig->getDeviceName()) );
//A-2) Offset
devSettings["offset"] = m_propertyGrid->Append( new wxIntProperty("Offset (Hz)", wxPG_LABEL, devConfig->getOffset()) );
devSettings["offset"] = m_propertyGrid->Append( new wxIntProperty("Offset (KHz)", wxPG_LABEL, devConfig->getOffset() / 1000) );
//A-3) Antennas, is there are more than 1 RX antenna, else do not expose the setting.
//get the saved setting