fix LED turning off on face changes
Some checks failed
Build / build (push) Has been cancelled
Build / build-simulator (push) Has been cancelled

This commit is contained in:
hueso
2025-06-25 12:31:07 -03:00
parent 0b58ac750e
commit aeeb62eefd
4 changed files with 0 additions and 8 deletions

View File

@@ -330,6 +330,5 @@ bool simon_face_loop(movement_event_t event, movement_settings_t *settings,
void simon_face_resign(movement_settings_t *settings, void *context) {
(void)settings;
(void)context;
watch_set_led_off();
watch_set_buzzer_off();
}