summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/powermgmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/powermgmt.h b/firmware/powermgmt.h
index 068fd5d..751409b 100644
--- a/firmware/powermgmt.h
+++ b/firmware/powermgmt.h
@@ -31,7 +31,7 @@
#ifdef HAVE_CHARGE_CTRL
#define POWER_MESSAGE_LEN 32 /* power thread status message */
-#define CHARGE_MAX_TIME 16*60 /* minutes: maximum charging time */
+#define CHARGE_MAX_TIME 6*60 /* minutes: maximum charging time */
#define CHARGE_MIN_TIME 10 /* minutes: minimum charging time */
#define CHARGE_RESTART_HI 90 /* %: when to restart charging in 'charge' mode */
#define CHARGE_RESTART_LO 10 /* %: when to restart charging in 'discharge' mode */