This commit is contained in:
yangjiaxuan 2024-06-26 22:10:39 +08:00
parent 6fdedfa320
commit 8935a1d587
1 changed files with 1 additions and 1 deletions

View File

@ -204,7 +204,7 @@ int Dialog_InputSerialNum::getSpeedMode()
int speed = 0;
QString devType = m_devType;
if (getDeviceFwVersion().mid(3, 1) == "Z"); //306
if (getDeviceFwVersion().mid(3, 1) == "Z") //306
{
devType = "G306";
}