diff options
| author | mark9064 <30447455+mark9064@users.noreply.github.com> | 2024-08-25 22:57:24 +0100 |
|---|---|---|
| committer | JF <JF002@users.noreply.github.com> | 2024-10-27 16:56:47 +0100 |
| commit | f032847ae1108ad19c1a3c447cfd4f255e6ae33b (patch) | |
| tree | 114962468aa613caeff8c3f38b5bfe7f10a78967 /src/displayapp/Messages.h | |
| parent | 97ba39988bceb8e93c5498a88ce35627afcd1af7 (diff) | |
Refactor into defined states
Diffstat (limited to 'src/displayapp/Messages.h')
| -rw-r--r-- | src/displayapp/Messages.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/Messages.h b/src/displayapp/Messages.h index dcfff4c2..d2abc8e5 100644 --- a/src/displayapp/Messages.h +++ b/src/displayapp/Messages.h @@ -6,6 +6,7 @@ namespace Pinetime { namespace Display { enum class Messages : uint8_t { GoToSleep, + GoToAOD, GoToRunning, UpdateBleConnection, TouchEvent, |
