Unverified Commit ecaa9a5f authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7205 from DonLakeFlyer/CameraMode

Plan-Waypoint: Show camera mode if plan contains it
parents 7795737d 81e80f51
......@@ -578,7 +578,7 @@ void CameraSection::_cameraActionChanged(void)
bool CameraSection::cameraModeSupported(void) const
{
return _vehicle->firmwarePlugin()->supportedMissionCommands().contains(MAV_CMD_SET_CAMERA_MODE);
return _specifyCameraMode || _vehicle->firmwarePlugin()->supportedMissionCommands().contains(MAV_CMD_SET_CAMERA_MODE);
}
void CameraSection::_dirtyIfSpecified(void)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment