Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix (#663): Treat array of None from actuator command manager as empty
If we get back a Vec<Option<Hardwarecommand>> that isn't empty but is nothing but None, treat it as empty. Otherwise we'll spam devices with very weird output.
- Loading branch information