LED 상태 설정 명령 추가
- BLE 명령으로 LED 상태 설정
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user