Browse Source
The _mavlinkCameraStorageSupported currently tests that _mavlinkCamera.storageStatus === QGCCameraControl.STORAGE_NOT_SUPPORTED Which is the opposite of what the name of the property suggests. Two uses of the property expect that it does what it says, while one use expects what it actually does. This changes the test to make the property actually mean what it says and fixes the use that requires the opposite case.QGC4.4
1 changed files with 2 additions and 2 deletions
Loading…
Reference in new issue