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
Common messages like SetMode aren't aware of APM specific enums used in the custom_mode field. Is there a neat way we could transparently handle this sort of decoding for library users depending on vehicle type eg: iex>2 |> APM.unpack_bitmask(:plane_mode, &APM.decode/2) #MapSet<[:plane_mode_stabilize]>
The text was updated successfully, but these errors were encountered:
Common messages like SetMode aren't aware of APM specific enums used in the custom_mode field. Is there a neat way we could transparently handle this sort of decoding for library users depending on vehicle type eg:
iex>2 |> APM.unpack_bitmask(:plane_mode, &APM.decode/2) #MapSet<[:plane_mode_stabilize]>
The text was updated successfully, but these errors were encountered: