Change temp approximations to be accurate
We need to use a more accurate ratio of celsius to fahrenheit along with better min/max temperature conversions so if a client sets the value using standard conversion or using this table, they will produce the same result. Bug: 313720524 Test: atest CtsCarTestCases:CarPropertyManagerTest Change-Id: I80a45962e7025c9c529381fd3522839f78bf413f
This commit is contained in:
parent
d061fb1a16
commit
7a8a8ad079
1 changed files with 3 additions and 3 deletions
|
@ -2368,9 +2368,9 @@
|
|||
160,
|
||||
280,
|
||||
5,
|
||||
600,
|
||||
840,
|
||||
10
|
||||
608,
|
||||
824,
|
||||
9
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue