We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This worked for me:
diff --git a/src/main.rs b/src/main.rs index e5b2a12..91fc34d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -86,7 +86,7 @@ fn driver() -> io::Result<()> { ).unwrap_or(String::new()); let curve = match (sys_vendor.as_str(), product_version.as_str()) { - ("System76", "thelio-mira-r1" | "thelio-mira-r2" | "thelio-mira-r3") => { + ("System76", "thelio-mira-r1" | "thelio-mira-r2" | "thelio-mira-r3" | "thelio-mira-b4.1") => { debug!("{} {} uses standard fan curve", sys_vendor, product_version); FanCurve::standard() },
The text was updated successfully, but these errors were encountered:
Looks like this was done in #25.
Sorry, something went wrong.
Actually, #25 added thelio-mira-b4 and it looks like you're wanting to add thelio-mira-b4.1, which uses different firmware.
thelio-mira-b4
thelio-mira-b4.1
Successfully merging a pull request may close this issue.
This worked for me:
The text was updated successfully, but these errors were encountered: