Fix simulation bug.

This commit is contained in:
Krad
2022-05-13 14:20:22 +08:00
parent 2eebdbeedc
commit 29e91699ab

View File

@@ -79,6 +79,7 @@ int ScanControl(ScanAction actionType) {
break;
case PREVIEW_SCAN:
statusCountFlag = 1;
status = SCANNING;
printf("Do preview!\r\n");
break;
case STOP: