【增加】M26 模块 GPRS 网络检测重试时间。
Signed-off-by: armink <armink.ztl@gmail.com>
This commit is contained in:
parent
4744d3e720
commit
4fe8e69a44
|
@ -635,7 +635,7 @@ int m26_net_init(void)
|
|||
{
|
||||
#define CSQ_RETRY 10
|
||||
#define CREG_RETRY 10
|
||||
#define CGREG_RETRY 10
|
||||
#define CGREG_RETRY 20
|
||||
|
||||
at_response_t resp = RT_NULL;
|
||||
int i, qimux, qimode;
|
||||
|
|
Loading…
Reference in New Issue