mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-01 18:29:16 +01:00
Bugfix (uploader gadget)
This commit is contained in:
parent
65201ec81c
commit
3129c10d05
@ -358,13 +358,13 @@ void UploaderGadgetWidget::systemBoot()
|
|||||||
log("Could not enter DFU mode.");
|
log("Could not enter DFU mode.");
|
||||||
delete dfu;
|
delete dfu;
|
||||||
dfu = NULL;
|
dfu = NULL;
|
||||||
|
m_config->bootButton->setEnabled(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
log("Booting system...");
|
log("Booting system...");
|
||||||
dfu->JumpToApp();
|
dfu->JumpToApp();
|
||||||
// Restart the polling thread
|
// Restart the polling thread
|
||||||
cm->resumePolling();
|
cm->resumePolling();
|
||||||
m_config->bootButton->setEnabled(true);
|
|
||||||
m_config->rescueButton->setEnabled(true);
|
m_config->rescueButton->setEnabled(true);
|
||||||
m_config->telemetryLink->setEnabled(true);
|
m_config->telemetryLink->setEnabled(true);
|
||||||
m_config->boardStatus->setText("Running");
|
m_config->boardStatus->setText("Running");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user