diff --git a/src/WatchFace.cpp b/src/WatchFace.cpp index d56c7c7..de392c4 100644 --- a/src/WatchFace.cpp +++ b/src/WatchFace.cpp @@ -58,9 +58,13 @@ void WatchFace::HandleButtonPress(uint64_t buttonMask) if (digitalRead(button) == LOW) { break; } + + delay(10); } } } + + delay(10); } } }