From 67b83f49ef47cd7a4180c835d7cfab90cee33067 Mon Sep 17 00:00:00 2001 From: "Peter (YM)" Date: Tue, 29 Oct 2024 06:18:38 +0000 Subject: [PATCH] thermal: Chargign PID target 39 degC Bug: 376365052 Test: TBD (cherry picked from https://googleplex-android-review.googlesource.com/q/commit:581fd1071cfb8b042401ac17bc4ae3462c26f540) Merged-In: I9bafc69298c24f7a61c56ceaba12c852bb1d0979 Change-Id: I9bafc69298c24f7a61c56ceaba12c852bb1d0979 --- thermal/thermal_info_config_charge_tegu.json | 4 ++-- thermal/thermal_info_config_tegu.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thermal/thermal_info_config_charge_tegu.json b/thermal/thermal_info_config_charge_tegu.json index 1ebf2ad..b38a39c 100644 --- a/thermal/thermal_info_config_charge_tegu.json +++ b/thermal/thermal_info_config_charge_tegu.json @@ -108,8 +108,8 @@ "Formula":"MAXIMUM", "Combination":["VIRTUAL-SKIN-CHARGE-SUB-0", "VIRTUAL-SKIN-CHARGE-SUB-1"], "Coefficient":[1.0, 1.0], - "HotThreshold":["NAN", 34.0, 38.0, 41.0, 45.0, 47.0, 55.0], - "HotHysteresis":[0.0, 1.9, 3.9, 2.9, 3.9, 1.9, 1.9], + "HotThreshold":["NAN", 34.0, 39.0, 41.0, 45.0, 47.0, 55.0], + "HotHysteresis":[0.0, 1.9, 4.9, 1.9, 3.9, 1.9, 1.9], "Multiplier":0.001, "PollingDelay":300000, "PassiveDelay":7000, diff --git a/thermal/thermal_info_config_tegu.json b/thermal/thermal_info_config_tegu.json index 64cfb92..eab9ee0 100644 --- a/thermal/thermal_info_config_tegu.json +++ b/thermal/thermal_info_config_tegu.json @@ -873,8 +873,8 @@ "Formula":"MAXIMUM", "Combination":["VIRTUAL-SKIN-CHARGE-SUB-0", "VIRTUAL-SKIN-CHARGE-SUB-1"], "Coefficient":[1.0, 1.0], - "HotThreshold":["NAN", 34.0, 38.0, 41.0, 45.0, 47.0, 55.0], - "HotHysteresis":[0.0, 1.9, 3.9, 2.9, 3.9, 1.9, 1.9], + "HotThreshold":["NAN", 34.0, 39.0, 41.0, 45.0, 47.0, 55.0], + "HotHysteresis":[0.0, 1.9, 4.9, 1.9, 3.9, 1.9, 1.9], "Multiplier":0.001, "PollingDelay":300000, "PassiveDelay":7000,