Skip to content

Commit

Permalink
Firmware Install: Add "done" message on progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne-W committed Apr 9, 2021
1 parent 8248f7e commit 2e47d56
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ui/configuration/ApmCustomFirmwareConfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,8 @@ void ApmCustomFirmwareConfig::downloadFirmwareFinished()
QLOG_DEBUG() << "ApmCustomFirmwareConfig::flashingDone";
mp_Ui->statusInfoWidget->append("Flashing done.");

QString label("<h4>Done!</h4>");
mp_Ui->progressbarLabel->setText(label);
mp_Ui->progressBar->setValue(mp_Ui->progressBar->maximum()); // force to 100%

mp_px4Updater.reset();
Expand Down

0 comments on commit 2e47d56

Please sign in to comment.