mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-18 08:54:15 +01:00
GCS-Wizard
Be a bit more verbose on one of the board update messages.
This commit is contained in:
parent
4aa3c38d40
commit
c99d048eb9
@ -53,7 +53,7 @@ void AutoUpdatePage::updateStatus(uploader::AutoUpdateStep status, QVariant valu
|
||||
ui->statusLabel->setText("Booting the board");
|
||||
break;
|
||||
case uploader::SUCCESS:
|
||||
ui->statusLabel->setText("Board Updated");
|
||||
ui->statusLabel->setText("Board Updated, please press the 'next' button below");
|
||||
break;
|
||||
case uploader::FAILURE:
|
||||
ui->statusLabel->setText("Something went wrong, you will have to manualy upgrade the board using the uploader plugin");
|
||||
|
Loading…
x
Reference in New Issue
Block a user