1.集中发送工作模式时,内存发送功能不生效
This commit is contained in:
parent
f23df7567c
commit
ec11a26dd1
|
@ -1329,7 +1329,7 @@ SINT32 sf_file_send_auto(void) {
|
|||
{
|
||||
MLOGE("ERROR sf_check_sd\n");
|
||||
#if SF_NO_SD_SEND == ENABLE
|
||||
if( 0 == sf_usr_mem_photo_ch())
|
||||
if((0 == puiPara->SendType) && (0 == sf_usr_mem_photo_ch()))
|
||||
{
|
||||
s32ret = sf_mem_send_file_to_ftp();
|
||||
return s32ret;
|
||||
|
|
Loading…
Reference in New Issue
Block a user