1.修复dp发送报错
This commit is contained in:
parent
f27bba92a8
commit
d52cfa08d5
|
@ -1031,7 +1031,7 @@ SINT32 sf_ftp_dailyreport_send(void)
|
|||
return SF_FAILURE;
|
||||
}
|
||||
sprintf((char *)filePath, "UFS:/%s", SF_DAILYREPORT_TXT);
|
||||
sprintf((char *)filePath, "UFS:/%s-dr.txt", pPara->ModuleImei);
|
||||
//sprintf((char *)filePath, "UFS:/%s-dr.txt", pPara->ModuleImei);
|
||||
|
||||
printf("%s:%d filePath:%s\n", __FUNCTION__, __LINE__, filePath);
|
||||
//sf_custom_send_str_get((UINT8 *)SF_DAILYREPORT_FILENAME, customStr);
|
||||
|
|
Loading…
Reference in New Issue
Block a user