Add tool for collecting power/temp information
This commit is contained in:
@ -282,7 +282,7 @@ unsafe fn fan_get(index: u8) -> Result<(), Error> {
|
||||
)?;
|
||||
|
||||
let duty = ec.fan_get(index)?;
|
||||
eprintln!("{}", duty);
|
||||
println!("{}", duty);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
Reference in New Issue
Block a user