Bump versiona and update deps

This commit is contained in:
Luke D Jones
2020-08-28 20:07:46 +12:00
parent b8c83a1a72
commit b70137eec8
7 changed files with 59 additions and 140 deletions

View File

@@ -53,7 +53,7 @@ impl crate::Controller for CtrlFanAndCPU {
let mut lock = gate2.lock().await;
let mut config = config.lock().await;
lock.fan_mode_check_change(&mut config)
.unwrap_or_else(|err| warn!("{:?}", err));
.unwrap_or_else(|err| warn!("fan_ctrl: {:?}", err));
}
}),
]