We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61f1f61 + 23253ab commit 962ba01Copy full SHA for 962ba01
1 file changed
src/MainWindow.cpp
@@ -975,7 +975,7 @@ void MainWindow::updateSerialInfos() {
975
ui->labelAboutFwVersValue->setVisible(!wsClient->isMPBLE());
976
ui->label_UserManual->setText(MANUAL_STRING.arg(wsClient->isMPBLE() ? BLE_MANUAL_URL : MINI_MANUAL_URL));
977
ui->label_UserManual->show();
978
- if (wsClient->isMPBLE() && serialNum > STARTING_NOT_FLASHED_SERIAL &&
+ if (wsClient->isMPBLE() && wsClient->get_hwSerial() > STARTING_NOT_FLASHED_SERIAL &&
979
wsClient->get_hwSerial() != wsClient->get_platformSerial())
980
{
981
ui->widgetNotFlashedWarning->show();
0 commit comments