mirror of
https://gitlab.com/asus-linux/asusctl.git
synced 2026-02-06 00:15:04 +01:00
Bump versiona and update deps
This commit is contained in:
@@ -34,7 +34,7 @@ impl crate::Controller for CtrlCharge {
|
||||
while let Some(n) = recv.recv().await {
|
||||
let mut config = config.lock().await;
|
||||
self.set_charge_limit(n, &mut config)
|
||||
.unwrap_or_else(|err| warn!("{:?}", err));
|
||||
.unwrap_or_else(|err| warn!("charge_limit: {:?}", err));
|
||||
}
|
||||
})]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user