전원 OFF 시 2초 후 종료

- LED도 2초간 점등 후 종료
This commit is contained in:
2026-06-25 16:21:15 +09:00
parent f679050087
commit 4c5e624830
+1 -1
View File
@@ -56,7 +56,7 @@ typedef enum
* Timing constants
*============================================================================*/
#define POWER_ON_DELAY 5 /* Power button poll interval (ms) */
#define POWER_OFF_DELAY 3000 /* LED display before power off (ms) */
#define POWER_OFF_DELAY 2000 /* LED display before power off (ms) */
/*==============================================================================
* Function declarations