From 4581cc42ba485366603ca8e3f61183f6a50ad72f Mon Sep 17 00:00:00 2001
From: fctom1215 <fctom1215@outlook.com>
Date: 星期五, 21 二月 2020 17:18:30 +0800
Subject: [PATCH] GPS信息合并到RTK中,以RTK包,发送

---
 lib/src/main/cpp/test_items/comm_test.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lib/src/main/cpp/test_items/comm_test.cpp b/lib/src/main/cpp/test_items/comm_test.cpp
index 3ca6c44..f715788 100644
--- a/lib/src/main/cpp/test_items/comm_test.cpp
+++ b/lib/src/main/cpp/test_items/comm_test.cpp
@@ -33,7 +33,7 @@
         if (CheckSensorX(SEATBELT) == 0) {
             struct RtkTime rt;
             GetRtkClock(&rt);
-            AddExamFault(1, &rt);
+//            AddExamFault(1, &rt);
         }
     }
 }

--
Gitblit v1.8.0