aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--fsm/adc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsm/adc.h b/fsm/adc.h
index 02e33f8..f66bf34 100644
--- a/fsm/adc.h
+++ b/fsm/adc.h
@@ -15,7 +15,7 @@ volatile uint8_t adc_reset = 2;
#ifndef VOLTAGE_WARNING_SECONDS
#define VOLTAGE_WARNING_SECONDS 5
#endif
-// low-battery threshold in volts * 10
+// low-battery threshold in volts * 40
#ifndef VOLTAGE_LOW
#define VOLTAGE_LOW (4*29)
#endif