6台样品代码暂存
This commit is contained in:
parent
a5a8647d6a
commit
c42ac3f0aa
|
@ -1827,10 +1827,10 @@ static void Ml307_Life_Thread_Entry(void *parameter)
|
||||||
goto __exit;
|
goto __exit;
|
||||||
}
|
}
|
||||||
/* Define PDP Context */
|
/* Define PDP Context */
|
||||||
rt_uint8_t i = 0,
|
rt_uint8_t i = 0;
|
||||||
for (i = 0; i < 5; i++)
|
for (i = 0; i < 5; i++)
|
||||||
{
|
{
|
||||||
if (at_obj_exec_cmd(client, resp, "AT+CGDCONT=1,\"IPV4V6\",\"cmnet\"") == RT_EOK)
|
if (at_obj_exec_cmd(device->client, resp, "AT+CGDCONT=1,\"IPV4V6\",\"cmnet\"") == RT_EOK)
|
||||||
{
|
{
|
||||||
LOG_D("%s device Define PDP Context Success.", device->name);
|
LOG_D("%s device Define PDP Context Success.", device->name);
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue