mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-29 14:52:12 +01:00
Uploader gadget: Increased AHRS detection time a bit in Rescue mode to make its use a bit easier.
git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2272 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
parent
fc27419cf6
commit
bb1d5e8b2e
@ -412,7 +412,7 @@ void UploaderGadgetWidget::systemRescue()
|
|||||||
case RESCUE_POWER2:
|
case RESCUE_POWER2:
|
||||||
log("... NOW!\n***\nWaiting...");
|
log("... NOW!\n***\nWaiting...");
|
||||||
rescueStep = RESCUE_DETECT;
|
rescueStep = RESCUE_DETECT;
|
||||||
QTimer::singleShot(4000, this, SLOT(systemRescue()));
|
QTimer::singleShot(5000, this, SLOT(systemRescue()));
|
||||||
break;
|
break;
|
||||||
case RESCUE_DETECT:
|
case RESCUE_DETECT:
|
||||||
rescueStep = RESCUE_STEP0;
|
rescueStep = RESCUE_STEP0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user