From: Joey Castillo Date: Sat, 8 Mar 2025 22:18:16 +0000 (-0500) Subject: note for future testing X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=73aac153e220c6e192e78ecc985692f689bf7726;p=sensor-watch.git note for future testing --- diff --git a/watch-library/hardware/watch/watch_slcd.c b/watch-library/hardware/watch/watch_slcd.c index 5379a5d..7cc3d05 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;