1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Extra samplerates.

This commit is contained in:
John Greb
2014-11-10 15:57:33 +00:00
parent ffe78ae105
commit 84c43d517a
5 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ bool RTLSDRInput::Settings::deserialize(const QByteArray& data)
if(d.getVersion() == 1) {
d.readS32(1, &m_gain, 0);
d.readS32(2, &m_samplerate, 0);
//d.readS32(2, &m_samplerate, 0);
return true;
} else {
resetToDefaults();