mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-14 07:23:38 -04:00
DATV demod: set minimum symbol rate to 100 kSym/s
This commit is contained in:
@@ -638,12 +638,6 @@ void DATVDemodGUI::on_StreamDataAvailable(int *intPackets, int *intBytes, int *i
|
||||
m_intReadyDecodedData = *intBytes;
|
||||
}
|
||||
|
||||
void DATVDemodGUI::on_spiBandwidth_valueChanged(int arg1)
|
||||
{
|
||||
(void) arg1;
|
||||
applySettings();
|
||||
}
|
||||
|
||||
void DATVDemodGUI::on_deltaFrequency_changed(qint64 value)
|
||||
{
|
||||
(void) value;
|
||||
|
||||
Reference in New Issue
Block a user