fctom1215
2020-03-02 96ff5ab3c5c7d83d0444c422023f0d21521d4adc
lib/src/main/cpp/rtk_module/rtk.cpp
@@ -202,7 +202,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));