From 0f1551bd67a23f2ac1a3be0ba661ff37708f1dba Mon Sep 17 00:00:00 2001 From: Sayanna Chandula Date: Fri, 3 Jun 2022 15:34:53 -0700 Subject: [PATCH] thermal: update virtual skin coefficients to v1.1 Update virtual skin sensor coefficients as per v1.1 Bug: 234872294 Test: Build and boot on device Signed-off-by: Sayanna Chandula Change-Id: I0053b9581ed1fa423ef849850bd8bcbc9084885d --- thermal_info_config_cheetah.json | 6 +++--- thermal_info_config_panther.json | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/thermal_info_config_cheetah.json b/thermal_info_config_cheetah.json index d82a559..2a03428 100644 --- a/thermal_info_config_cheetah.json +++ b/thermal_info_config_cheetah.json @@ -62,8 +62,8 @@ "VirtualSensor":true, "Formula":"WEIGHTED_AVG", "Combination":["gnss_tcxo_therm", "disp_therm"], - "Coefficient":[0.550, 0.450], - "Offset":-1000, + "Coefficient":[0.580, 0.420], + "Offset":-450, "Multiplier":0.001 }, { @@ -113,7 +113,7 @@ { "Name":"VIRTUAL-SKIN", "Type":"SKIN", - "Version":"0.7", + "Version":"1.1", "VirtualSensor":true, "TriggerSensor":"quiet_therm", "Formula":"MAXIMUM", diff --git a/thermal_info_config_panther.json b/thermal_info_config_panther.json index 442d2e9..43b0e55 100644 --- a/thermal_info_config_panther.json +++ b/thermal_info_config_panther.json @@ -113,7 +113,7 @@ { "Name":"VIRTUAL-SKIN", "Type":"SKIN", - "Version":"0.7", + "Version":"1.1", "VirtualSensor":true, "TriggerSensor":"quiet_therm", "Formula":"MAXIMUM",