1 Commits
Author SHA1 Message Date
ede1998 81a238ab55 Recover from init fail 2026-08-29 18:11:51 +02:00
+2 -1
View File
@@ -30,7 +30,8 @@ where
}
Err(e) => {
log::error!("Shared I2C bus initialization failed for GPIO17/GPIO18: {e:?}");
Err(self)
unimplemented!("Partial move makes it impossible to retry.");
// Err(self)
}
}
}