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

FileInput: removed center frequency and sample rate from the settings since it should come from the file header

This commit is contained in:
f4exb
2020-07-11 11:09:58 +02:00
parent 141d3fa03d
commit dadf51b6d7
3 changed files with 6 additions and 12 deletions
@@ -28,8 +28,6 @@ FileInputSettings::FileInputSettings()
void FileInputSettings::resetToDefaults()
{
m_centerFrequency = 435000000;
m_sampleRate = 48000;
m_fileName = "./test.sdriq";
m_accelerationFactor = 1;
m_loop = true;