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

File record default file name fix (1)

This commit is contained in:
f4exb
2018-05-08 11:03:09 +02:00
parent 4bb63bbf1b
commit 0981d04904
17 changed files with 37 additions and 57 deletions
@@ -40,6 +40,7 @@ void HackRFInputSettings::resetToDefaults()
m_iqCorrection = false;
m_devSampleRate = 2400000;
m_linkTxFrequency = false;
m_fileRecordName = "";
}
QByteArray HackRFInputSettings::serialize() const