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
@ThomasDebrunner FYI, the format of XML for bitmasks has been changed so you can do 2**4 to indicate a particular bit setting.
This is a lot more readable on large values. So far we just updated the XSD.
@ThomasDebrunner FYI, the format of XML for bitmasks has been changed so you can do
2**4
to indicate a particular bit setting.This is a lot more readable on large values. So far we just updated the XSD.
ArduPilot/pymavlink#920 (comment)
The text was updated successfully, but these errors were encountered: