Skip to content

Commit

Permalink
APMCameraComponent.cc: disable summary.qml until parameters are updated:
Browse files Browse the repository at this point in the history
Current Parameters it references are outdated, and gimbal control is changing
right now in QGC so it is better to disable it for the moment
  • Loading branch information
Davidsastresas authored and julianoes committed Apr 11, 2024
1 parent 15cf607 commit 3b4fedf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/AutoPilotPlugins/APM/APMCameraComponent.cc
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,5 @@ QUrl APMCameraComponent::setupSource(void) const

QUrl APMCameraComponent::summaryQmlSource(void) const
{
return QUrl::fromUserInput(QStringLiteral("qrc:/qml/APMCameraComponentSummary.qml"));
return QUrl();
}

0 comments on commit 3b4fedf

Please sign in to comment.