【增加】M26 模块 GPRS 网络检测重试时间。

Signed-off-by: armink <armink.ztl@gmail.com>
This commit is contained in:
armink 2018-07-22 16:44:28 +08:00
parent 4744d3e720
commit 4fe8e69a44
1 changed files with 1 additions and 1 deletions

View File

@ -635,7 +635,7 @@ int m26_net_init(void)
{ {
#define CSQ_RETRY 10 #define CSQ_RETRY 10
#define CREG_RETRY 10 #define CREG_RETRY 10
#define CGREG_RETRY 10 #define CGREG_RETRY 20
at_response_t resp = RT_NULL; at_response_t resp = RT_NULL;
int i, qimux, qimode; int i, qimux, qimode;