1
0
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:
f4exb
2019-07-14 22:08:35 +02:00
parent c981d76e6e
commit bb92048dcc
3 changed files with 1 additions and 8 deletions
@@ -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;