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