note for future testing

This commit is contained in:
Joey Castillo 2025-03-08 17:18:16 -05:00
parent d35a3ee8d1
commit 73aac153e2

View 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;