Started work on sending out the current span to the UI of the spectrum.

merge-requests/2/head
Elliott Liggett 2021-03-02 20:47:20 -08:00
rodzic 5577aebf8b
commit 8a04c23d7f
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -2263,6 +2263,7 @@ void rigCommander::parseSpectrum()
// "center" mode, start is actuall center, end is bandwidth.
spectrumStartFreq -= spectrumEndFreq;
spectrumEndFreq = spectrumStartFreq + 2*(spectrumEndFreq);
// emit haveSpectrumCenterSpan(span);
}
if (payloadIn.length() > 400) // Must be a LAN packet.
{