mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-03-12 04:29:16 +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");
|
ui->statusLabel->setText("Booting the board");
|
||||||
break;
|
break;
|
||||||
case uploader::SUCCESS:
|
case uploader::SUCCESS:
|
||||||
ui->statusLabel->setText("Board Updated");
|
ui->statusLabel->setText("Board Updated, please press the 'next' button below");
|
||||||
break;
|
break;
|
||||||
case uploader::FAILURE:
|
case uploader::FAILURE:
|
||||||
ui->statusLabel->setText("Something went wrong, you will have to manualy upgrade the board using the uploader plugin");
|
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