-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Krgb-thermal support #7297
Krgb-thermal support #7297
Conversation
} | ||
// The temperature may depend on streaming? | ||
std::vector<byte> res; | ||
throw std::runtime_error( "HW monitor is inaccessible - stopping algo" ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why change the behavior?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we said that I will lock the hwm to protect the case that the device will no longer exist.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I still don't understand why you changed the behavior of read_temperature()
Reading k-thermal table from FW and use it to correct k-rgb according to current humidity temp,
the k-rgb that written to FW is without the thermal correct ,but user will get the corrected one.