Set stepsize to default when using XDRGTK seek function

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-05-31 12:38:50 +02:00
parent b92c3b124e
commit 810119a972
2 changed files with 8 additions and 0 deletions

View File

@@ -381,6 +381,12 @@ void XDRGTKRoutine() {
}
byte scanmethod;
scanmethod = atol(buff + 1);
if (band < BAND_GAP) {
stepsize = 0;
ShowStepSize();
}
if (scanmethod == 1) {
DataPrint("C1\n");
direction = false;