1.TRIGGER_TIME_TEST log

This commit is contained in:
payton 2023-11-29 09:49:57 +08:00
parent d434287eeb
commit 5729c01deb
2 changed files with 10 additions and 2 deletions

View File

@ -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");

View File

@ -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");