sysclk: get battery age instead of charge

This commit is contained in:
souldbminersmwc
2025-12-20 13:48:38 -05:00
parent 4b1bd8134c
commit 9486fa7f75

View File

@@ -606,7 +606,7 @@ std::uint32_t Board::GetPartLoad(SysClkPartLoad loadSource)
return idletick0;
case HocClkPartLoad_BAT:
batteryInfoGetChargeInfo(&info);
return info.RawBatteryCharge;
return info.BatteryAge;
case HocClkPartLoad_FAN:
return fanLevel;
default: