1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-24 00:35:18 +03:00

[Companion] Latest release correctly stored

This commit is contained in:
Bertrand Songis 2016-03-17 20:08:30 +01:00
parent 32a3d4588e
commit de08e50f15
4 changed files with 6 additions and 4 deletions

View file

@ -493,6 +493,7 @@ void MainWindow::checkForFirmwareUpdateFinished(QNetworkReply * reply)
}
}
else if (download == true) {
firmwareVersionString = versionString;
startFirmwareDownload();
}