You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had mistakenly thought `program_lut` always requires a
`Some(data_bytes)` but looking at it again it only needs
`Some(data_bytes)` in the case of `Some(transfertype)`.
Because of my mistaken assumption, I was returning an error early from
`send_command` when I shouldn't have, so this PR fixes it so we don't do
that.
0 commit comments