Browse Source

Update CustomFirmwarePlugin.cc

QGC4.4
Aleksey Kontsevich 5 years ago committed by GitHub
parent
commit
7b6d7c6817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      custom-example/src/FirmwarePlugin/CustomFirmwarePlugin.cc

1
custom-example/src/FirmwarePlugin/CustomFirmwarePlugin.cc

@ -52,5 +52,6 @@ bool CustomFirmwarePlugin::hasGimbal(Vehicle* /*vehicle*/, bool& rollSupported, @@ -52,5 +52,6 @@ bool CustomFirmwarePlugin::hasGimbal(Vehicle* /*vehicle*/, bool& rollSupported,
rollSupported = false;
pitchSupported = true;
yawSupported = true;
return true;
}

Loading…
Cancel
Save