fctom1215
2020-08-27 77a7a59d01616ec5f321d72231fa1cfc5a407c07
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();
}