Skip to content

Protect against missing state

Stuart Fisher requested to merge hwmotor-protect-missing-state into main

In the case where a motor cannot be initialised properly daiquiri reports the errors, but at the same time the properties are null, therefore cant destructure. Catch this

I will apply this to the other instances of destructured s1 too

Merge request reports