You've already forked TEF6686_ESP32
Set stepsize to default when using XDRGTK seek function
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user