We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5f2d2c commit e973125Copy full SHA for e973125
src/components/motion/MotionController.h
@@ -21,10 +21,9 @@ namespace Pinetime {
21
enum class Days : uint8_t {
22
Today = 0,
23
Yesterday,
24
- Last,
25
};
26
27
- static constexpr size_t stepHistorySize = static_cast<std::underlying_type_t<Days>>(Days::Last); // Store this many day's step counter
+ static constexpr size_t stepHistorySize = 2; // Store this many day's step counter
28
29
void AdvanceDay();
30
0 commit comments