yy1717
2020-01-06 9c13ff18dab0c35ada32a318ab6e380c9b184ffe
lib/src/main/cpp/rtk_platform/parse_net.cpp
@@ -369,10 +369,7 @@
        }
        case ID_PC_RTK_DOWNLOAD:
            DEBUG("ID_PC_RTK_DOWNLOAD");
            // 汇报给单片机
            if (length > 0) {
                SendRtkToMcu(data, length);
            }
            ReceivedRtk(data, length);
            break;
        default:
            break;
@@ -936,6 +933,7 @@
    uint8_t data[MAX_CONTENT_SIZE];
    int x = 0;
    data[x++] = 0;
    data[x++] = gps_status;
    data[x++] = BREAK_UINT32(latitude, 3);
    data[x++] = BREAK_UINT32(latitude, 2);