s
yy1717
2020-01-10 c64da51ae481dfc2a25e5a6e39bb94f22d65428a
lib/src/main/cpp/rtk_platform/platform.cpp
@@ -107,9 +107,6 @@
    pthread_attr_init(&attr);
    pthread_attr_setdetachstate(&attr, PTHREAD_CREATE_DETACHED);//detached
    pthread_create(&pid, &attr, StatusListenThread, NULL);
    AppTimer_add(ReqRtkPlatformConfigTimeout, D_SEC(2));
    MA_ReqRtkPlatformConfig();
}
static void ReqRtkPlatformConfigTimeout(union sigval sig)
@@ -135,7 +132,7 @@
    strcpy(deviceInfo.imei, p->imei);
    SetPlatformTxPhoneNum(p->phone);
    platformStatus.registed = p->registered;
    platformStatus.registed = 0;//p->registered;
    platformStatus.platformKeyLength = strlen(p->password) / 2;
    if (platformStatus.platformKeyLength > 0) {