1.测试版本时开启Timelapse设置,正式版需要去除

This commit is contained in:
payton 2023-07-05 10:30:29 +08:00
parent ef86747daa
commit 8f8fe2ba5d

View File

@ -453,7 +453,7 @@ UINT8 sf_message_data_processing(UINT8 strValue[30][32], UINT16 mm, UINT8 *sms_s
//timerlapse
i++;
/*
#if SF_IS_RELEASE == DISABLE
if(strncmp((char *)strValue[i], "OFF", 3) == 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);
Readmmsok = SMS_STATUS_FORMAT_ERR;
}
*/
#endif
//work1Timer
i++;