]> git.earman.xyz Git - sensor-watch.git/commitdiff
clock-face: adjust low battery threshold
authorJoey Castillo <joeycastillo@utexas.edu>
Tue, 13 May 2025 02:36:30 +0000 (22:36 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Tue, 13 May 2025 02:37:37 +0000 (22:37 -0400)
watch-faces/clock/clock_face.c

index ca56ece98e6a17f914b83a9bec9aeb1d3001c5ee..1a1f3b8eeb8c55f42c5469b6819be942a6af42ed 100644 (file)
 #include "watch_utility.h"
 #include "watch_common_display.h"
 
-// 2.2 volts will happen when the battery has maybe 5-10% remaining?
-// we can refine this later.
+// 2.4 volts seems to offer adequate warning of a low battery condition?
+// refined based on user reports and personal observations; may need further adjustment.
 #ifndef CLOCK_FACE_LOW_BATTERY_VOLTAGE_THRESHOLD
-#define CLOCK_FACE_LOW_BATTERY_VOLTAGE_THRESHOLD 2200
+#define CLOCK_FACE_LOW_BATTERY_VOLTAGE_THRESHOLD 2400
 #endif
 
 typedef struct {