Experimental slight delay on turbo menu code
This commit is contained in:
parent
0e5c686b76
commit
e418da10cb
1 changed files with 4 additions and 0 deletions
|
@ -58,9 +58,13 @@ void WatchFace::HandleButtonPress(uint64_t buttonMask)
|
|||
if (digitalRead(button) == LOW) {
|
||||
break;
|
||||
}
|
||||
|
||||
delay(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
delay(10);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue