Unverified Commit 941f732e authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7157 from DonLakeFlyer/FWLanding

FW Landing Pattern: Make settingsGroup public for custom build overrides
parents cad17026 94b6e756
......@@ -103,6 +103,7 @@ public:
static const char* jsonComplexItemTypeValue;
static const char* settingsGroup;
static const char* loiterToLandDistanceName;
static const char* loiterAltitudeName;
static const char* loiterRadiusName;
......@@ -161,7 +162,6 @@ private:
bool _loiterClockwise;
bool _altitudesAreRelative;
static const char* settingsGroup;
static const char* _jsonLoiterCoordinateKey;
static const char* _jsonLoiterRadiusKey;
static const char* _jsonLoiterClockwiseKey;
......
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