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.
1 parent 829ca7c commit eac50adCopy full SHA for eac50ad
1 file changed
src/MainWindow.cpp
@@ -976,7 +976,7 @@ void MainWindow::updateSerialInfos() {
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() && wsClient->get_hwSerial() > STARTING_NOT_FLASHED_SERIAL &&
979
- wsClient->get_hwSerial() != wsClient->get_platformSerial())
+ wsClient->get_hwSerial() == wsClient->get_platformSerial())
980
{
981
ui->widgetNotFlashedWarning->show();
982
}
0 commit comments