summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/chronicler/battery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/chronicler/battery.c b/board/chronicler/battery.c
index 3967e990fb..ce8afaef00 100644
--- a/board/chronicler/battery.c
+++ b/board/chronicler/battery.c
@@ -51,7 +51,7 @@ const struct board_batt_params board_battery_info[] = {
.voltage_max = 13200, /* mV */
.voltage_normal = 11550, /* mV */
.voltage_min = 9000, /* mV */
- .precharge_current = 88, /* mA */
+ .precharge_current = 128, /* mA */
.start_charging_min_c = 0,
.start_charging_max_c = 45,
.charging_min_c = 0,