Restore MT63 cursor

Force MT63 wf cursor to fixed tracking points; 750, 1000, 1500 for
MT63-500/1000/2000 respectively
pull/2/head
David Freese 2008-12-31 15:12:31 -06:00
rodzic 122653e428
commit 6e5b077ac7
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -117,6 +117,8 @@ int mt63::rx_process(const double *buf, int len)
unsigned int c;
int i;
if (get_freq() != (500.0 + bandwidth / 2.0)) set_freq(500.0 + bandwidth / 2.0);
if (Interleave != progdefaults.mt63_interleave) {
Interleave = progdefaults.mt63_interleave;
restart();