Unverified Commit 44ffe7f6 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #6140 from DonLakeFlyer/HoverCaptureDelay

Hover and Capture: Bump to 4 second delay
parents 894db080 c11ac64d
......@@ -296,7 +296,7 @@ private:
static const char* _jsonFixedValueIsAltitudeKey;
static const char* _jsonRefly90DegreesKey;
static const int _hoverAndCaptureDelaySeconds = 2;
static const int _hoverAndCaptureDelaySeconds = 4;
};
#endif
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