diff options
Diffstat (limited to 'board/scarlet/battery.c')
-rw-r--r-- | board/scarlet/battery.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/scarlet/battery.c b/board/scarlet/battery.c index 7c407fe6d1..0be4cc93e2 100644 --- a/board/scarlet/battery.c +++ b/board/scarlet/battery.c @@ -152,8 +152,8 @@ int charger_profile_override(struct charge_state_data *curr) int desired_voltage; /* mV */ } temp_zones[BATTERY_COUNT][TEMP_ZONE_COUNT] = { [BATTERY_SIMPLO] = { - {0, 150, 1772, 4400}, /* TEMP_ZONE_0 */ - {150, 450, 4000, 4400}, /* TEMP_ZONE_1 */ + {0, 150, 1772, 4376}, /* TEMP_ZONE_0 */ + {150, 450, 4000, 4376}, /* TEMP_ZONE_1 */ {450, 600, 4000, 4100}, /* TEMP_ZONE_2 */ }, [BATTERY_AETECH] = { |