From e0ab7433ec2d2cd78c3faeeddb56024a7d1a2aea Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期二, 24 九月 2024 16:02:27 +0800 Subject: [PATCH] 1.32,加入双击sos关闭lora发送 --- Src/application/GPS.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Src/application/GPS.c b/Src/application/GPS.c index 3f8b4e5..13a1810 100644 --- a/Src/application/GPS.c +++ b/Src/application/GPS.c @@ -565,7 +565,7 @@ { gpsled=RED; gps_state=0; - gps_chafenlingqi=0; + // gps_chafenlingqi=0; gps_satel_num=0; gps_signalpower=0; gps_jingdu=0; -- Gitblit v1.9.3