From e9ede6f0609bcb572aa0df5c1c319e41eaa78b04 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 15 Mar 2025 09:37:50 -0400 Subject: [PATCH] show 100 data point backlog in activity logger (8-ish hours) --- watch-faces/sensor/activity_logging_face.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watch-faces/sensor/activity_logging_face.h b/watch-faces/sensor/activity_logging_face.h index 90bf0093..25ef2fcd 100644 --- a/watch-faces/sensor/activity_logging_face.h +++ b/watch-faces/sensor/activity_logging_face.h @@ -39,7 +39,7 @@ #include "movement.h" #include "watch.h" -#define ACTIVITY_LOGGING_NUM_DATA_POINTS (36) +#define ACTIVITY_LOGGING_NUM_DATA_POINTS (100) typedef struct { uint8_t display_index; // the index we are displaying on screen