1.修复短信设置SendType
This commit is contained in:
parent
9006d37230
commit
fd7f905912
|
@ -733,7 +733,7 @@ UINT8 sf_message_data_processing(UINT8 strValue[30][32], UINT16 mm, UINT8 *sms_s
|
|||
|
||||
//Send Time 2
|
||||
i++;
|
||||
if(pPara_sms_saved->SendType != 2)
|
||||
if(pPara_sms_saved->SendType < 2)
|
||||
{
|
||||
pPara_sms_saved->TimeSend2Switch = 0;
|
||||
pPara_sms_saved->TimeSend2.Hour = 0;
|
||||
|
@ -759,7 +759,7 @@ UINT8 sf_message_data_processing(UINT8 strValue[30][32], UINT16 mm, UINT8 *sms_s
|
|||
#if 1
|
||||
//Send Time 3
|
||||
i++;
|
||||
if(pPara_sms_saved->SendType != 3)
|
||||
if(pPara_sms_saved->SendType < 3)
|
||||
{
|
||||
pPara_sms_saved->TimeSend3Switch = 0;
|
||||
pPara_sms_saved->TimeSend3.Hour = 0;
|
||||
|
@ -785,7 +785,7 @@ UINT8 sf_message_data_processing(UINT8 strValue[30][32], UINT16 mm, UINT8 *sms_s
|
|||
|
||||
//Send Time 4
|
||||
i++;
|
||||
if(pPara_sms_saved->SendType != 3)
|
||||
if(pPara_sms_saved->SendType < 4)
|
||||
{
|
||||
pPara_sms_saved->TimeSend4Switch = 0;
|
||||
pPara_sms_saved->TimeSend4.Hour = 0;
|
||||
|
|
Loading…
Reference in New Issue
Block a user