add null board

This commit is contained in:
2025-06-11 17:35:23 +02:00
parent 38f4ada433
commit a9d7936376
4 changed files with 118 additions and 40 deletions

View File

@@ -170,7 +170,7 @@ impl PlantState {
},
};
if state.is_err() {
board.fault(plant_id, true);
let _ = board.fault(plant_id, true);
}
state
}