From 23d3d82b5504196040710c48da0ab00e983a4ace Mon Sep 17 00:00:00 2001 From: cxh Date: Tue, 6 Jan 2026 09:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=9F=A5=E8=AF=A2=E9=A2=91?= =?UTF-8?q?=E7=8E=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/serial_AT.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serial_AT.cpp b/src/serial_AT.cpp index 5b8dcca..4298b9d 100644 --- a/src/serial_AT.cpp +++ b/src/serial_AT.cpp @@ -33,7 +33,7 @@ static std::mutex at_tasks_mutex; // static std::vector at_tasks = { {"AT+CSQ", 5, -1, 0, {}}, // 每 5 秒 - {"AT+QENG=\"servingcell\"", 30, -1, 0, {}} // 每 30 秒 + {"AT+QENG=\"servingcell\"", 15, -1, 0, {}} // 每 30 秒 }; // ================== 发送线程 ==================