[FL-1345] IRDA monitor (#504)

* Irda Monitor: fix
This commit is contained in:
Albert Kharisov
2021-05-28 17:12:39 +03:00
committed by GitHub
parent c2b3084de3
commit 5a993b6d2a
3 changed files with 137 additions and 32 deletions

View File

@@ -225,6 +225,12 @@ const NotificationSequence sequence_set_blue_255 = {
};
// Blink
const NotificationSequence sequence_blink_blue_10 = {
&message_blue_255,
&message_delay_10,
NULL,
};
const NotificationSequence sequence_blink_red_10 = {
&message_red_255,
&message_delay_10,
@@ -324,4 +330,4 @@ const NotificationSequence sequence_error = {
&message_vibro_off,
&message_sound_off,
NULL,
};
};