From 19644f6af544863e265330dfaeee23aad796d433 Mon Sep 17 00:00:00 2001 From: SG Date: Tue, 25 May 2021 07:43:44 +1000 Subject: [PATCH] Notifications: add sound to error sequence (#487) --- applications/notification/notification-messages.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/applications/notification/notification-messages.c b/applications/notification/notification-messages.c index a5f92ad0..74a585a5 100644 --- a/applications/notification/notification-messages.c +++ b/applications/notification/notification-messages.c @@ -313,11 +313,15 @@ const NotificationSequence sequence_error = { &message_display_on, &message_red_255, &message_vibro_on, - &message_delay_50, + &message_note_c5, + &message_delay_100, &message_vibro_off, + &message_sound_off, &message_delay_100, &message_vibro_on, - &message_delay_50, + &message_note_c5, + &message_delay_100, &message_vibro_off, + &message_sound_off, NULL, }; \ No newline at end of file