More logigng. Adjust the aura init process. Fix TUF led power

This commit is contained in:
Luke D. Jones
2024-05-10 18:57:41 +12:00
parent ccf8d8df91
commit f131a3fa70
7 changed files with 151 additions and 137 deletions
+4 -2
View File
@@ -279,8 +279,10 @@ impl CtrlTask for CtrlAuraZbus {
.unwrap()
.for_each(|_| async {
if let Some(lock) = ctrl2.try_lock() {
load_save(true, lock).unwrap(); // unwrap as we want to
// bomb out of the task
load_save(true, lock).unwrap(); // unwrap as we want
// to
// bomb out of the
// task
}
})
.await;