diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-03-31 07:05:33 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-03-31 07:05:33 (GMT) |
| commit | 8a0f738a027b758f253330d7171fd28ffe4f6162 (patch) | |
| tree | 41a9fe409002e247ce40595e152b5e799bdd24a2 /src/displayapp/screens/WatchFaceDigital.h | |
| parent | 12e938959eb1e2146fdec3fee7b9a304aa6889d2 (diff) | |
mix work
Diffstat (limited to 'src/displayapp/screens/WatchFaceDigital.h')
| -rw-r--r-- | src/displayapp/screens/WatchFaceDigital.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/displayapp/screens/WatchFaceDigital.h b/src/displayapp/screens/WatchFaceDigital.h index 93719c1..62f4bcf 100644 --- a/src/displayapp/screens/WatchFaceDigital.h +++ b/src/displayapp/screens/WatchFaceDigital.h @@ -57,6 +57,7 @@ namespace Pinetime { DirtyValue<bool> motionSensorOk {}; DirtyValue<uint32_t> stepCount {}; DirtyValue<uint8_t> heartbeat {}; + DirtyValue<uint16_t> temperature {}; DirtyValue<bool> heartbeatRunning {}; DirtyValue<bool> notificationState {}; |
