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;