From 73aac153e220c6e192e78ecc985692f689bf7726 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sat, 8 Mar 2025 17:18:16 -0500 Subject: [PATCH] note for future testing --- watch-library/hardware/watch/watch_slcd.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/watch-library/hardware/watch/watch_slcd.c b/watch-library/hardware/watch/watch_slcd.c index 5379a5d7..7cc3d055 100644 --- a/watch-library/hardware/watch/watch_slcd.c +++ b/watch-library/hardware/watch/watch_slcd.c @@ -53,6 +53,8 @@ void watch_discover_lcd_type(void) { int difference; uint8_t valid_frames_classic = 0; uint8_t valid_frames_custom = 0; + + /// TODO: Test this at lower battery levels. Do the thresholds hold up? const uint16_t lo_threshold = 12000; const uint16_t hi_threshold = 32000;