mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +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;
|
currentStep = IAP_STATE_BOOTLOADER;
|
||||||
|
|
||||||
// Tell the mainboard to get into bootloader state:
|
// Tell the mainboard to get into bootloader state:
|
||||||
log("Detecting devices, please wait 3 seconds...");
|
log("Detecting devices, please wait 5 seconds...");
|
||||||
this->repaint();
|
this->repaint();
|
||||||
delay::msleep(3100); // Required to let the board settle
|
delay::msleep(5100); // Required to let the board(s) settle
|
||||||
if (!dfu) {
|
if (!dfu) {
|
||||||
if (dlj.startsWith("USB"))
|
if (dlj.startsWith("USB"))
|
||||||
dfu = new DFUObject(DFU_DEBUG, false, QString());
|
dfu = new DFUObject(DFU_DEBUG, false, QString());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user