Fix button size and default step goal

This commit is contained in:
Joaquim
2021-04-20 16:21:01 +01:00
parent cd4a3e1dfe
commit 5fc07a8df7
2 changed files with 8 additions and 12 deletions

View File

@@ -76,7 +76,7 @@ namespace Pinetime {
uint8_t clockFace = 0;
uint32_t stepsGoal = 1000;
uint32_t stepsGoal = 10000;
uint32_t screenTimeOut = 15000;
WakeUpMode wakeUpMode = WakeUpMode::None;