Experimental slight delay on turbo menu code

This commit is contained in:
Lewis Jackson 2023-05-30 15:14:22 +03:00
parent 0e5c686b76
commit e418da10cb

View file

@ -58,9 +58,13 @@ void WatchFace::HandleButtonPress(uint64_t buttonMask)
if (digitalRead(button) == LOW) { if (digitalRead(button) == LOW) {
break; break;
} }
delay(10);
} }
} }
} }
delay(10);
} }
} }
} }