summaryrefslogtreecommitdiff
path: root/board/scarlet/battery.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/scarlet/battery.c')
-rw-r--r--board/scarlet/battery.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/scarlet/battery.c b/board/scarlet/battery.c
index d7f6403939..eefa8e5409 100644
--- a/board/scarlet/battery.c
+++ b/board/scarlet/battery.c
@@ -148,8 +148,8 @@ int charger_profile_override(struct charge_state_data *curr)
} temp_zones[BATTERY_COUNT][TEMP_ZONE_COUNT] = {
[BATTERY_SIMPLO] = {
{0, 150, 1772, 4400}, /* TEMP_ZONE_0 */
- {150, 450, 4000, 4400}, /* TEMP_ZONE_1 */
- {450, 600, 4000, 4100}, /* TEMP_ZONE_2 */
+ {150, 450, 3000, 4400}, /* TEMP_ZONE_1 */
+ {450, 600, 3000, 4100}, /* TEMP_ZONE_2 */
},
[BATTERY_AETECH] = {
{0, 100, 900, 4200}, /* TEMP_ZONE_0 */