[FL-2548] Infrared: show error if no SD card/databases (#1337)
* Add Database error scene * More general popup callback name
This commit is contained in:
@@ -335,6 +335,15 @@ const NotificationSequence sequence_set_blue_255 = {
|
||||
NULL,
|
||||
};
|
||||
|
||||
// Solid colors
|
||||
const NotificationSequence sequence_solid_yellow = {
|
||||
&message_red_255,
|
||||
&message_green_255,
|
||||
&message_blue_0,
|
||||
&message_do_not_reset,
|
||||
NULL,
|
||||
};
|
||||
|
||||
// Blink
|
||||
const NotificationSequence sequence_blink_blue_10 = {
|
||||
&message_blue_255,
|
||||
|
@@ -103,6 +103,9 @@ extern const NotificationSequence sequence_set_red_255;
|
||||
extern const NotificationSequence sequence_set_green_255;
|
||||
extern const NotificationSequence sequence_set_blue_255;
|
||||
|
||||
// Solid colors
|
||||
extern const NotificationSequence sequence_solid_yellow;
|
||||
|
||||
// Blink
|
||||
extern const NotificationSequence sequence_blink_blue_10;
|
||||
extern const NotificationSequence sequence_blink_red_10;
|
||||
|
Reference in New Issue
Block a user