【修改】sim76xx SIM 初始化日志提示错误

Signed-off-by: chenyong <chenyong@rt-thread.com>
This commit is contained in:
chenyong 2020-04-22 10:12:59 +08:00
parent 6ddf4d8afc
commit 7f03d5880e
1 changed files with 1 additions and 1 deletions

View File

@ -529,7 +529,7 @@ static void sim76xx_init_thread_entry(void *parameter)
at_obj_exec_cmd(client, resp, "AT+CPIN?");
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;
}
LOG_I("\"AT+CPIN\" commands send retry...");