Optimising

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-12-23 16:10:33 +01:00
parent cc15ac6159
commit e27c2f504e
5 changed files with 11 additions and 5 deletions

View File

@@ -675,6 +675,7 @@ void XDRGTKRoutine() {
if (scandxmode) cancelDXScan();
if (!XDRScan) BWsetRecall = BWset;
XDRScan = true;
Data_Accelerator = true;
switch (buff[1]) {
case 'a': scanner_start = (atol(buff + 2) + 5) / 10; break;
@@ -763,6 +764,7 @@ void XDRGTKRoutine() {
}
break;
}
Data_Accelerator = false;
break;
case 'W':