Fixed problem when changing mode when memory store is active.

This commit is contained in:
Sjef Verhoeven PE5PVB
2023-11-23 10:44:01 +01:00
parent d63fe0af30
commit 3221337404

View File

@@ -1816,6 +1816,7 @@ void ModeButtonPress() {
} else {
if (!menu) {
seek = false;
memorystore = false;
unsigned long counterold = millis();
unsigned long counter = millis();
while (digitalRead(MODEBUTTON) == LOW && counter - counterold <= 1000) counter = millis();