correct notification sequence

This commit is contained in:
MX 2022-10-03 18:41:37 +03:00
parent f441fed68d
commit 6ddca568b9
No known key found for this signature in database
GPG key ID: 6C4C311DFD4B4AB5

View file

@ -13,19 +13,25 @@ const NotificationSequence subghz_sequence_rx = {
&message_delay_50,
&message_sound_off,
&message_vibro_off,
&message_delay_50,
NULL,
};
const NotificationSequence subghz_sequence_rx_locked = {
&message_green_255,
&message_display_backlight_on,
&message_vibro_on,
&message_note_c6,
&message_delay_50,
&message_sound_off,
&message_vibro_off,
&message_delay_500,
&message_display_backlight_off,
NULL,
};