Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate voltages for Asus ROG Strix B550-F Gaming Wifi motherboard. #484

Conversation

volfyd
Copy link
Contributor

@volfyd volfyd commented Jul 2, 2021

I compared the voltages from ASUS's Armoury Crate program and guesstimated that this patch produces the correct voltages. The two apps were ever so slightly different by 0.01 or so, but I followed the pattern of other ASUS motherboards so this should be correct I hope.

Comment on lines 2386 to 2391
t.Add(new Temperature("Temperature #1", 1));
t.Add(new Temperature("Temperature #2", 2));
t.Add(new Temperature("Temperature #3", 3));
t.Add(new Temperature("Temperature #4", 4));
t.Add(new Temperature("Temperature #5", 5));
t.Add(new Temperature("Temperature #6", 6));
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are any of these number temperatures used? Otherwise you can slash them out.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@volfyd Can you let me know?

@PhyxionNL PhyxionNL merged commit fa7f4a1 into LibreHardwareMonitor:master Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants