Commit 8311619d authored by Gus Grubba's avatar Gus Grubba Committed by Gus Grubba

Avoid sending camera commands while a reset is pending.

parent f39452b3
This diff is collapsed.
......@@ -246,6 +246,7 @@ protected:
QMap<QString, QGCCameraParamIO*> _paramIO;
int _storageInfoRetries;
int _captureInfoRetries;
bool _resetting;
//-- Parameters that require a full update
QMap<QString, QStringList> _requestUpdates;
QStringList _updatesToRequest;
......
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