فهرست منبع

Notifications: add sound to error sequence (#487)

SG 4 سال پیش
والد
کامیت
19644f6af5
1فایلهای تغییر یافته به همراه6 افزوده شده و 2 حذف شده
  1. 6 2
      applications/notification/notification-messages.c

+ 6 - 2
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,
 };