Fixed XDRGTK bandscanner

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-11-06 11:46:00 +01:00
parent 0efa9d349c
commit 508d49927f
3 changed files with 10 additions and 6 deletions

View File

@@ -673,6 +673,7 @@ void XDRGTKRoutine() {
case 'S':
if (scandxmode) cancelDXScan();
XDRScan = true;
if (buff[1] == 'a') {
scanner_start = (atol(buff + 2) + 5) / 10;
} else if (buff[1] == 'b') {
@@ -740,6 +741,7 @@ void XDRGTKRoutine() {
SelectBand();
radio.setFMABandw();
BWset = 0;
XDRScan = false;
}
break;