From f679050087ebf0db8c38ccb465d3761245b3ed0c Mon Sep 17 00:00:00 2001 From: jhchun Date: Thu, 25 Jun 2026 14:23:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=A0=84=EC=9B=90=20=EB=B2=84=ED=8A=BC=20?= =?UTF-8?q?=EB=88=84=EB=A5=B4=EB=8A=94=20=EC=8B=9C=EA=B0=84=20=EC=A4=84?= =?UTF-8?q?=EC=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 초기화(MCU 부팅 + main 초기화 + BLE init) 후 버튼 카운트 시작 --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.c b/src/main.c index 75191a0..5191e2a 100644 --- a/src/main.c +++ b/src/main.c @@ -463,7 +463,7 @@ void power_button_suspend(bool suspend) * 1. 버튼 2초 이상 누름 → sleep_mode_enter() → 전원 차단 * 2. 버튼 2초 미만 놓으면 → 카운터 리셋, 무시 *============================================================================*/ -#define BOOT_THRESHOLD 400 /* 5ms x 400 = 2초 */ +#define BOOT_THRESHOLD 200 /* 5ms x 400 = 2초 */ static void main_s(struct k_timer *timer) {