전원 버튼 롱프레스 본드 삭제 및 재부팅

- 전원 꺼진 상태에서 15초 이상 전원 버튼 누르고 있는 경우 본드 삭제 및 재부팅
- 본드 삭제 완료 시 주황 LED ON
This commit is contained in:
2026-07-14 11:39:24 +09:00
parent fee9c08378
commit 9a7bfcd9f3
3 changed files with 56 additions and 1 deletions
+1
View File
@@ -23,6 +23,7 @@ typedef enum
LED_STATE_ALIGN_SEARCHING, // 5: Orange blink 1s/1s
LED_STATE_ALIGN_COMPLETE, // 6: Green ON
LED_STATE_ERROR, // 7: Orange 3Hz x3 / 1s off
LED_STATE_BOND_DELETE, // Bond Delete: Orange on
LED_STATE_COUNT
} led_state_t;