diff options
author | qctecmdr <qctecmdr@localhost> | 2022-08-24 05:39:16 -0700 |
---|---|---|
committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2022-08-24 05:39:16 -0700 |
commit | 7888701519c755d88bbb1bb7b072e3e375c16493 (patch) | |
tree | d4d15ac936a29216a65836891a4cfab09a89f20c | |
parent | 92b7bbf0fe782c8772f53e40495ee0632842e2df (diff) | |
parent | 580cffb7de85d16991e667f7d84d4dd4e0988846 (diff) |
Merge "thermal-hal: Update Kalama configuration for skin"
-rw-r--r-- | thermalConfig.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index eb3664d..266f46b 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -909,11 +909,11 @@ namespace implementation { }, { TemperatureType::SKIN, - { "xo-therm" }, + { "skin-msm-therm" }, "skin", - 55000, + 46500, 95000, - 55000, + 46500, true, }, }; |