b
This commit is contained in:
@@ -240,7 +240,7 @@ void commandprocess::WriteStateMachine(void)
|
||||
}
|
||||
else if(step == 1)//等待返回
|
||||
{
|
||||
if((QTime::currentTime().msecsSinceStartOfDay() - time) > 5000)
|
||||
if((QTime::currentTime().msecsSinceStartOfDay() - time) > sendTimeout)
|
||||
{
|
||||
timeout_count ++;
|
||||
step = 0;//返回上一个步骤
|
||||
|
||||
Reference in New Issue
Block a user