Notifications: add sound to error sequence (#487)

This commit is contained in:
SG 2021-05-25 07:43:44 +10:00 committed by GitHub
parent 356476b7f8
commit 19644f6af5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,
};