hocclk: update live cpu uv more often

This commit is contained in:
souldbminersmwc
2026-05-19 17:06:54 -04:00
parent f49e1a80a0
commit 003854d2bb
2 changed files with 5 additions and 1 deletions

View File

@@ -267,6 +267,9 @@ namespace clockManager {
if(board::GetConsoleType() == HocClkConsoleType_Aula)
AulaDisplay::SetDisplayColorMode((AulaColorMode)config::GetConfigValue(HocClkConfigValue_AulaDisplayColorPreset));
if(config::GetConfigValue(HocClkConfigValue_LiveCpuUv)) {
board::HandleCpuUv();
}
}
}