yy1717
2020-03-05 6b136af26a51b3d53051cd3e0e7d467ed2ab8a6b
lib/src/main/cpp/rtk_module/rtk.cpp
@@ -202,7 +202,7 @@
        }*/
        if (RxBufLen > 0) {
#if 1
#if 0
            const uint8_t *ptr = parseGPS(RxBuf, RxBuf + RxBufLen);
            if(ptr != RxBuf) {
                memcpy(RxBuf, ptr, RxBufLen - (ptr - RxBuf));