Preview error handle.6

This commit is contained in:
Krad
2022-06-02 16:21:47 +08:00
parent 8e70bd7e3f
commit a44f4b7263

View File

@@ -359,7 +359,7 @@ void DeviceManager::postScanCommand() {
previewing = false; previewing = false;
scanPhase = 1; scanPhase = 1;
qDebug() << "Start progress timer"; qDebug() << "Start progress timer";
timerID = startTimer(2500); timerID = startTimer(500);
return; return;
} }
//ScanControl fail //ScanControl fail