From: Joey Castillo Date: Sat, 15 Mar 2025 13:37:50 +0000 (-0400) Subject: show 100 data point backlog in activity logger (8-ish hours) X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=e9ede6f0609bcb572aa0df5c1c319e41eaa78b04;p=sensor-watch.git show 100 data point backlog in activity logger (8-ish hours) --- diff --git a/watch-faces/sensor/activity_logging_face.h b/watch-faces/sensor/activity_logging_face.h index 90bf009..25ef2fc 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