mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
FileSource: put center frequency and sample rate in the settings structure
This commit is contained in:
@@ -25,6 +25,8 @@ FileSourceSettings::FileSourceSettings()
|
||||
|
||||
void FileSourceSettings::resetToDefaults()
|
||||
{
|
||||
m_centerFrequency = 435000000;
|
||||
m_sampleRate = 48000;
|
||||
m_fileName = "./test.sdriq";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user