mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-19 04:52:12 +01:00
13cee28ead
Should not use known field order to get UAVO field. This breaks a widget after adding any float field to the object since after sorting this field will have index 0 and shift other fields. This fix should have some runtime checks to make sure the field was really found, but it should be fixed through the whole GCS code in a separate cleanup.