start 睡眠时间

This commit is contained in:
13038267101 2023-04-27 18:54:55 +08:00
parent 98be000840
commit 565e295e93
1 changed files with 1 additions and 0 deletions

View File

@ -1330,6 +1330,7 @@ int hg_scanner_239::start(void)
{
break;
}
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
VLOG_MINI_1(LOG_LEVEL_WARNING, "device status is(%s)\n", STATU_DESC_SCANNER_ERR_DEVICE_DEVS_BOOTING);
}
bool handled = false;