Update BTS window partial coefficients
The BTS window partial temperature is synthesized via component sensors. The equation has been updated to reflect larger RCAM bezel present on DVT units and beyond. The sensor HAL applies the final component to create the BTS window temperature. This also fixes a bug where previously the Offset value was off by a factor of 10, resulting in a 1 degree overestimate. Test: sensor_test confirms reasonable window temp w/ sensor HAL update Bug: 280076251 Change-Id: I659adbfeccfaf2832c740fd2ab14884948b3ed49
This commit is contained in:
parent
d04107c498
commit
58342d8229
1 changed files with 3 additions and 3 deletions
|
@ -337,9 +337,9 @@
|
|||
"Type":"UNKNOWN",
|
||||
"VirtualSensor":true,
|
||||
"Formula":"WEIGHTED_AVG",
|
||||
"Combination":["cam_therm", "north_therm", "soc_therm"],
|
||||
"Coefficient":[0.14, 0.27, 0.03],
|
||||
"Offset":1900,
|
||||
"Combination":["cam_therm", "north_therm"],
|
||||
"Coefficient":[0.05, 0.14],
|
||||
"Offset":560,
|
||||
"Multiplier":0.001
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue