LED 상태 설정 명령 추가

- BLE 명령으로 LED 상태 설정
This commit is contained in:
jhChun
2026-03-31 14:01:02 +09:00
parent f464838ed4
commit 217d741d31
2 changed files with 38 additions and 2 deletions

View File

@@ -253,7 +253,7 @@ void led_init(void)
void led_set_state(led_state_t state)
{
if (state >= LED_STATE_COUNT) return;
/* 이전 패턴 중단 */
app_timer_stop(m_led_timer);
led_all_off();