hocmon: fix vdd2/vddq flip and full/mini mode

This commit is contained in:
souldbminersmwc
2026-04-12 20:06:23 -04:00
parent c6424403b3
commit fad9b5be50
3 changed files with 31 additions and 13 deletions

View File

@@ -959,7 +959,7 @@ public:
// Bandwidth mode: show GB/s from context (partLoad values are in MB/s)
const unsigned bwAll = partLoad[HocClkPartLoad_RamBWAll] / 1000;
const unsigned bwAllD = (partLoad[HocClkPartLoad_RamBWAll] % 1000) / 100;
snprintf(MICRO_RAM_all_c, sizeof(MICRO_RAM_all_c), "%u.%uG", bwAll, bwAllD);
snprintf(MICRO_RAM_all_c, sizeof(MICRO_RAM_all_c), "%u.%uGB/s", bwAll, bwAllD);
} else {
// User wants percentage display
if (R_SUCCEEDED(hocclkCheck)) {