修改查询频率
This commit is contained in:
parent
8f5821824a
commit
23d3d82b55
@ -33,7 +33,7 @@ static std::mutex at_tasks_mutex;
|
|||||||
//
|
//
|
||||||
static std::vector<AtTask> at_tasks = {
|
static std::vector<AtTask> at_tasks = {
|
||||||
{"AT+CSQ", 5, -1, 0, {}}, // 每 5 秒
|
{"AT+CSQ", 5, -1, 0, {}}, // 每 5 秒
|
||||||
{"AT+QENG=\"servingcell\"", 30, -1, 0, {}} // 每 30 秒
|
{"AT+QENG=\"servingcell\"", 15, -1, 0, {}} // 每 30 秒
|
||||||
};
|
};
|
||||||
|
|
||||||
// ================== 发送线程 ==================
|
// ================== 发送线程 ==================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user