This commit is contained in:
yangjiaxuan 2024-06-14 14:25:41 +08:00
parent e2d281bfdb
commit ef5167da81
1 changed files with 1 additions and 1 deletions

View File

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