1.测试版本时开启Timelapse设置,正式版需要去除
This commit is contained in:
parent
ef86747daa
commit
8f8fe2ba5d
|
@ -453,7 +453,7 @@ UINT8 sf_message_data_processing(UINT8 strValue[30][32], UINT16 mm, UINT8 *sms_s
|
||||||
|
|
||||||
//timerlapse
|
//timerlapse
|
||||||
i++;
|
i++;
|
||||||
/*
|
#if SF_IS_RELEASE == DISABLE
|
||||||
if(strncmp((char *)strValue[i], "OFF", 3) == 0)
|
if(strncmp((char *)strValue[i], "OFF", 3) == 0)
|
||||||
{
|
{
|
||||||
pPara_sms_saved->TimelapseSwitch = 0;
|
pPara_sms_saved->TimelapseSwitch = 0;
|
||||||
|
@ -478,7 +478,7 @@ UINT8 sf_message_data_processing(UINT8 strValue[30][32], UINT16 mm, UINT8 *sms_s
|
||||||
printf("Error Format line:%d i=%d\n", __LINE__, i);
|
printf("Error Format line:%d i=%d\n", __LINE__, i);
|
||||||
Readmmsok = SMS_STATUS_FORMAT_ERR;
|
Readmmsok = SMS_STATUS_FORMAT_ERR;
|
||||||
}
|
}
|
||||||
*/
|
#endif
|
||||||
|
|
||||||
//work1Timer
|
//work1Timer
|
||||||
i++;
|
i++;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user