From 77a7a59d01616ec5f321d72231fa1cfc5a407c07 Mon Sep 17 00:00:00 2001 From: fctom1215 <fctom1215@outlook.com> Date: 星期四, 27 八月 2020 11:03:52 +0800 Subject: [PATCH] 坐标 --- lib/src/main/cpp/rtk_module/rtk.cpp | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/src/main/cpp/rtk_module/rtk.cpp b/lib/src/main/cpp/rtk_module/rtk.cpp index 732292e..58f397d 100644 --- a/lib/src/main/cpp/rtk_module/rtk.cpp +++ b/lib/src/main/cpp/rtk_module/rtk.cpp @@ -214,7 +214,7 @@ }*/ if (RxBufLen > 0) { -#if 0 +#if 1 const uint8_t *ptr = parseGPS(RxBuf, RxBuf + RxBufLen); if(ptr != RxBuf) { memcpy(RxBuf, ptr, RxBufLen - (ptr - RxBuf)); @@ -475,7 +475,7 @@ DEBUG("RTK Module failure!!"); -// PlayTTS("RTK妯″潡鏃犳硶閫氳"); -// -// CheckPjkParam(); + PlayTTS("RTK妯″潡鏃犳硶閫氳", NULL); + + CheckPjkParam(); } -- Gitblit v1.8.0