ts-korhonen / LibreHardwareMonitorAfterburnerPlugin

MSI Afterburner monitoring plug-in that uses LibreHardwareMonitorLib enable monitoring of various hardware sensors.
Mozilla Public License 2.0
56 stars 3 forks source link

Vcore in afterburner not showing to the thousandths decimal place #3

Closed PsiloCA closed 3 years ago

PsiloCA commented 3 years ago

As the title suggests I am only able to see the whole number 1. am i missing a setting in Afterburner somewhere?

ts-korhonen commented 3 years ago

Thank you for noticing this! The values are given to Afterburner with even higher precision than that, but they seem to be rounded or truncated to integers in Afterburner. I'll investigate the issue and see if there's anything that can be done in the plugin side to fix this.

ts-korhonen commented 3 years ago

The cause was Afterburner plugin interface defaulting to zero decimals and was fixable by setting the format for each sensor type. Voltage now has three decimal format in the latest release.