[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:
Georgii Surkov
2022-06-21 17:45:55 +03:00
committed by GitHub
parent eb31fed0e2
commit 92f763e553
11 changed files with 66 additions and 12 deletions

View File

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