Update at_socket_esp8266.c
解决编译错误
This commit is contained in:
parent
d706833eeb
commit
3147fea65b
@ -565,7 +565,7 @@ static void esp8266_init_thread_entry(void *parameter)
|
|||||||
/* show module version */
|
/* show module version */
|
||||||
for (i = 0; i < resp->line_counts - 1; i++)
|
for (i = 0; i < resp->line_counts - 1; i++)
|
||||||
{
|
{
|
||||||
LOG_D("%s", at_resp_get_line(resp, i + 1))
|
LOG_D("%s", at_resp_get_line(resp, i + 1));
|
||||||
}
|
}
|
||||||
/* connect to WiFi AP */
|
/* connect to WiFi AP */
|
||||||
if (at_exec_cmd(at_resp_set_info(resp, 128, 0, 20 * RT_TICK_PER_SECOND), "AT+CWJAP=\"%s\",\"%s\"",
|
if (at_exec_cmd(at_resp_set_info(resp, 128, 0, 20 * RT_TICK_PER_SECOND), "AT+CWJAP=\"%s\",\"%s\"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user