1.gps参数重置
This commit is contained in:
parent
1c010d6b13
commit
50c9d9e839
|
@ -1739,12 +1739,16 @@ void sf_power_on_para_check_init(void)
|
||||||
puiPara->FristSendDailyAndGps = 1;
|
puiPara->FristSendDailyAndGps = 1;
|
||||||
puiPara->GpsSendFlag = 0;
|
puiPara->GpsSendFlag = 0;
|
||||||
memset(puiPara->SimIccid,'\0',sizeof(puiPara->SimIccid));
|
memset(puiPara->SimIccid,'\0',sizeof(puiPara->SimIccid));
|
||||||
|
memset(puiPara->Longitude, 0, sizeof(puiPara->Longitude));
|
||||||
|
memset(puiPara->Latitude, 0, sizeof(puiPara->Latitude));
|
||||||
//sf_dailyReport_refresh();
|
//sf_dailyReport_refresh();
|
||||||
}
|
}
|
||||||
else if(PowerOnMode == PWR_ON_TIME_SYNC)
|
else if(PowerOnMode == PWR_ON_TIME_SYNC)
|
||||||
{
|
{
|
||||||
puiPara->NetWorkNeedSearch = 0;
|
puiPara->NetWorkNeedSearch = 0;
|
||||||
puiPara->NeedTimeSyncStartUp = 0;
|
puiPara->NeedTimeSyncStartUp = 0;
|
||||||
|
memset(puiPara->Longitude, 0, sizeof(puiPara->Longitude));
|
||||||
|
memset(puiPara->Latitude, 0, sizeof(puiPara->Latitude));
|
||||||
}
|
}
|
||||||
else if(PowerOnMode == PWR_ON_DAILY_REPORT)
|
else if(PowerOnMode == PWR_ON_DAILY_REPORT)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user