sysclk: add SOCTHERM to UI

This commit is contained in:
souldbminersmwc
2026-04-01 16:39:11 -04:00
parent 064ecc6d25
commit 8bffe2dfc1
10 changed files with 74 additions and 41 deletions

View File

@@ -77,7 +77,7 @@ namespace board {
break;
}
case HorizonOCThermalSensor_MEM: {
millis = temps.mem;
millis = board::GetSocType() == SysClkSocType_Mariko ? temps.pllx : temps.mem;
break;
}
case HorizonOCThermalSensor_PLLX: {