【修改】sim76xx SIM 初始化日志提示错误
Signed-off-by: chenyong <chenyong@rt-thread.com>
This commit is contained in:
parent
6ddf4d8afc
commit
7f03d5880e
|
@ -529,7 +529,7 @@ static void sim76xx_init_thread_entry(void *parameter)
|
||||||
at_obj_exec_cmd(client, resp, "AT+CPIN?");
|
at_obj_exec_cmd(client, resp, "AT+CPIN?");
|
||||||
if (at_resp_get_line_by_kw(resp, "READY"))
|
if (at_resp_get_line_by_kw(resp, "READY"))
|
||||||
{
|
{
|
||||||
LOG_D("%s device SIM card detection failed.", device->name);
|
LOG_D("%s device SIM card detection success.", device->name);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
LOG_I("\"AT+CPIN\" commands send retry...");
|
LOG_I("\"AT+CPIN\" commands send retry...");
|
||||||
|
|
Loading…
Reference in New Issue