mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2026-08-19 01:14:43 -05:00
fix: skin sensor scale
This commit is contained in:
@@ -835,7 +835,10 @@ impl GpuController for AmdGpuController {
|
||||
("vrgfx", metrics.get_temperature_vrgfx()),
|
||||
("vrmem", metrics.get_temperature_vrmem()),
|
||||
("vrsoc", metrics.get_temperature_vrsoc()),
|
||||
("skin", metrics.get_temperature_skin()),
|
||||
(
|
||||
"skin",
|
||||
metrics.get_temperature_skin().map(|temp| temp / 100),
|
||||
),
|
||||
];
|
||||
|
||||
for (label, value) in extra_sensors {
|
||||
|
||||
Reference in New Issue
Block a user