diff --git a/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c b/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c index dde420c62..5b15033e2 100644 --- a/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c +++ b/rtos/code/application/source/cardv/SrcCode/UIApp/MovieFast/MovieFast.c @@ -275,7 +275,9 @@ static void MovieFast_ShutDown(void) MovieFast_Close(); #if (POWERON_FAST_BOOT_MSG == DISABLE) - // fastboot_msg_en(ENABLE); + #if SF_TRIGGER_TIME_TEST == ENABLE + fastboot_msg_en(ENABLE); + #endif #endif #if HUNTING_CAMERA_BOOT_LINUX /* Boot Linux */ @@ -301,7 +303,9 @@ static void MovieFast_ShutDown(void) #endif #if HUNTING_CAMERA_MCU + #if SF_TRIGGER_TIME_TEST != ENABLE fastboot_msg_en(ENABLE); + #endif sf_file_thumb_cfg_sava(); sf_para_print(); DBG_DUMP("wait filesys close ...\n"); diff --git a/rtos/code/application/source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c b/rtos/code/application/source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c index ae6c92d9f..081d9b2dd 100644 --- a/rtos/code/application/source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c +++ b/rtos/code/application/source/cardv/SrcCode/UIApp/PhotoFast/PhotoFast.c @@ -1941,7 +1941,9 @@ static void PhotoFast_ShutDown(void) PhotoFast_CmdTsk_Exit(); #if (POWERON_FAST_BOOT_MSG == DISABLE) - // fastboot_msg_en(ENABLE); + #if SF_TRIGGER_TIME_TEST == ENABLE + fastboot_msg_en(ENABLE); + #endif #endif #if HUNTING_CAMERA_BOOT_LINUX /* Boot Linux */ @@ -1951,7 +1953,9 @@ static void PhotoFast_ShutDown(void) PhotoFast_TriggerFrm_Dump(); #endif #if HUNTING_CAMERA_MCU == ENABLE + #if SF_TRIGGER_TIME_TEST != ENABLE fastboot_msg_en(ENABLE); + #endif sf_file_thumb_cfg_sava(); sf_para_print(); // DBG_DUMP("wait filesys close ...\n");