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:
parent
a1b03ef55c
commit
3d7407a82a
@ -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());
|
||||
|
Loading…
Reference in New Issue
Block a user