yy1717
2020-03-25 b73f32bc8ad86a7bb5f0739ac0fd7aa4c04cce98
lib/src/main/cpp/rtk_module/rtk.cpp
@@ -200,7 +200,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));