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

Bugfix (uploader gadget)

This commit is contained in:
elafargue 2011-05-16 20:09:51 +02:00
parent 65201ec81c
commit 3129c10d05

View File

@ -358,13 +358,13 @@ void UploaderGadgetWidget::systemBoot()
log("Could not enter DFU mode.");
delete dfu;
dfu = NULL;
m_config->bootButton->setEnabled(true);
return;
}
log("Booting system...");
dfu->JumpToApp();
// Restart the polling thread
cm->resumePolling();
m_config->bootButton->setEnabled(true);
m_config->rescueButton->setEnabled(true);
m_config->telemetryLink->setEnabled(true);
m_config->boardStatus->setText("Running");