Make it so special actions can be input while sleeping, like in #480

This commit is contained in:
Riku Isokoski
2021-10-25 17:45:48 +03:00
parent 887c409b13
commit 60a717b1a2
2 changed files with 10 additions and 4 deletions

View File

@@ -140,6 +140,8 @@ namespace Pinetime {
bool doNotGoToSleep = false;
void HandleButtonAction(Controllers::ButtonActions action);
bool fastWakeUpDone = false;
void GoToRunning();
void UpdateMotion();
bool stepCounterMustBeReset = false;