From f52eceed693499ec453755bc8ac0d39424ae2a85 Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Wed, 5 Apr 2017 14:46:26 -0700 Subject: [PATCH] Return false for standard build --- src/api/QGCOptions.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/QGCOptions.h b/src/api/QGCOptions.h index 6e0d9b6e8..de9940e21 100644 --- a/src/api/QGCOptions.h +++ b/src/api/QGCOptions.h @@ -74,7 +74,7 @@ public: virtual bool guidedBarShowEmergencyStop () const { return true; } virtual bool guidedBarShowOrbit () const { return true; } - virtual bool missionWaypointsOnly () const { return true; } ///< true: Only allow waypoints and complex items in Plan + virtual bool missionWaypointsOnly () const { return false; } ///< true: Only allow waypoints and complex items in Plan /// If returned QString in non-empty it means that firmware upgrade will run in a mode which only /// supports downloading a single firmware file from the URL. It also supports custom install through -- 2.22.0