diff options
author | Linux Build Service Account <lnxbuild@localhost> | 2022-09-08 03:03:53 -0700 |
---|---|---|
committer | Linux Build Service Account <lnxbuild@localhost> | 2022-09-08 03:03:53 -0700 |
commit | 4dd186c8fb2e8ffd8ea9f522fe36dfd75e331a65 (patch) | |
tree | d4d15ac936a29216a65836891a4cfab09a89f20c | |
parent | 2b8d247047a15fcb42687edcc3c3a29d813addab (diff) | |
parent | 7888701519c755d88bbb1bb7b072e3e375c16493 (diff) |
Merge 7888701519c755d88bbb1bb7b072e3e375c16493 on remote branch
Change-Id: I5c462aecbb6d64e0623f12d152ef6634c4417249
-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, }, }; |