]> git.earman.xyz Git - sensor-watch.git/commitdiff
note for future testing
authorJoey Castillo <joeycastillo@utexas.edu>
Sat, 8 Mar 2025 22:18:16 +0000 (17:18 -0500)
committerJoey Castillo <joeycastillo@utexas.edu>
Sat, 8 Mar 2025 22:18:16 +0000 (17:18 -0500)
watch-library/hardware/watch/watch_slcd.c

index 5379a5d7a66dda417a91fd2190195f99e55e34d2..7cc3d055d25575b9aa4871c6d812ae6cd37ca3df 100644 (file)
@@ -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;