diff options
-rw-r--r-- | thermalConfig.cpp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/thermalConfig.cpp b/thermalConfig.cpp index c8c5a75..eb3664d 100644 --- a/thermalConfig.cpp +++ b/thermalConfig.cpp @@ -863,36 +863,36 @@ namespace implementation { TemperatureType::NPU, { "nspss-0" }, "nsp0", - 95000, + 100000, 115000, - 95000, + 100000, true, }, { TemperatureType::NPU, { "nspss-1" }, "nsp1", - 95000, + 100000, 115000, - 95000, + 100000, true, }, { TemperatureType::NPU, { "nspss-2" }, "nsp2", - 95000, + 100000, 115000, - 95000, + 100000, true, }, { TemperatureType::NPU, { "nspss-3" }, "nsp3", - 95000, + 100000, 115000, - 95000, + 100000, true, }, }; |