Added 0.5sec scanspeed DX Scanner

This commit is contained in:
Sjef Verhoeven PE5PVB
2024-06-08 00:02:07 +02:00
parent 8cfde15f6d
commit 5bff88de6b
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -828,7 +828,7 @@ void loop() {
}
if (scandxmode) {
if (millis() >= scantimer + (scanhold * 1000)) {
if (millis() >= scantimer + (scanhold == 0 ? 500 : (scanhold * 1000))) {
if (scanmem) {
memorypos++;
if (memorypos > scanstop) memorypos = scanstart;