1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

Latest improvements to GCS Uploader gadget...

git-svn-id: svn://svn.openpilot.org/OpenPilot/trunk@2384 ebee16cc-31ac-478f-84a7-5cbb03baadba
This commit is contained in:
edouard 2011-01-11 20:41:52 +00:00 committed by edouard
parent a1b03ef55c
commit 3d7407a82a

View File

@ -215,9 +215,9 @@ void UploaderGadgetWidget::goToBootloader(UAVObject* callerObj, bool success)
currentStep = IAP_STATE_BOOTLOADER;
// Tell the mainboard to get into bootloader state:
log("Detecting devices, please wait 3 seconds...");
log("Detecting devices, please wait 5 seconds...");
this->repaint();
delay::msleep(3100); // Required to let the board settle
delay::msleep(5100); // Required to let the board(s) settle
if (!dfu) {
if (dlj.startsWith("USB"))
dfu = new DFUObject(DFU_DEBUG, false, QString());