修改查询频率

This commit is contained in:
cxh 2026-01-06 09:58:33 +08:00
parent 8f5821824a
commit 23d3d82b55

View File

@ -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 秒
}; };
// ================== 发送线程 ================== // ================== 发送线程 ==================