summaryrefslogtreecommitdiff
path: root/src/displayapp/Messages.h
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2021-05-21 09:38:38 (GMT)
committerGitea <gitea@fake.local>2021-05-21 09:38:38 (GMT)
commitde69905c0647997091d9e385538c96de30be93e6 (patch)
tree4775001d808da520c93a7552da1bea80e7714a30 /src/displayapp/Messages.h
parenta80e782f267cd2424d22da23d809c0c6a8ff8761 (diff)
parent7c9513be8a3bf36fda5706cb0fb1bd6232d42ffd (diff)
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to 'src/displayapp/Messages.h')
-rw-r--r--src/displayapp/Messages.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/src/displayapp/Messages.h b/src/displayapp/Messages.h
index b0690e3..ce65f84 100644
--- a/src/displayapp/Messages.h
+++ b/src/displayapp/Messages.h
@@ -3,8 +3,17 @@ namespace Pinetime {
namespace Applications {
namespace Display {
enum class Messages : uint8_t {
- GoToSleep, GoToRunning, UpdateDateTime, UpdateBleConnection, UpdateBatteryLevel, TouchEvent, ButtonPushed,
- NewNotification, BleFirmwareUpdateStarted, UpdateTimeOut
+ GoToSleep,
+ GoToRunning,
+ UpdateDateTime,
+ UpdateBleConnection,
+ UpdateBatteryLevel,
+ TouchEvent,
+ ButtonPushed,
+ NewNotification,
+ TimerDone,
+ BleFirmwareUpdateStarted,
+ UpdateTimeOut
};
}
}