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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user