fix LED turning off on face changes

This commit is contained in:
hueso
2025-12-15 02:39:45 -03:00
committed by hueso
parent 6c974341ed
commit 4636d1eacd
3 changed files with 0 additions and 8 deletions
-1
View File
@@ -323,6 +323,5 @@ bool simon_face_loop(movement_event_t event,
void simon_face_resign(void *context) {
(void)context;
watch_set_led_off();
watch_set_buzzer_off();
}