Chore: Added support for FX607J

This commit is contained in:
Denis Benato
2025-10-19 23:02:15 +02:00
parent 834464a527
commit d8f06230fa
2 changed files with 11 additions and 2 deletions

View File

@@ -88,7 +88,7 @@ async fn start_daemon() -> Result<(), Box<dyn Error>> {
Ok(registry) => {
info!("attribute on zbus initialized");
registry
},
}
Err(e) => {
error!("Failed to initialize firmware attributes over zbus: {e:?}");
ArmouryAttributeRegistry::default()
@@ -141,7 +141,7 @@ async fn start_daemon() -> Result<(), Box<dyn Error>> {
}
let _ = DeviceManager::new(server.clone()).await?;
info!("DeviceManager initialized");
// Request dbus name after finishing initalizing all functions