1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +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:
edouard 2010-12-22 16:38:38 +00:00 committed by edouard
parent fc27419cf6
commit bb1d5e8b2e

View File

@ -412,7 +412,7 @@ void UploaderGadgetWidget::systemRescue()
case RESCUE_POWER2:
log("... NOW!\n***\nWaiting...");
rescueStep = RESCUE_DETECT;
QTimer::singleShot(4000, this, SLOT(systemRescue()));
QTimer::singleShot(5000, this, SLOT(systemRescue()));
break;
case RESCUE_DETECT:
rescueStep = RESCUE_STEP0;