mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 00:28:36 -07:00
Merge branch 'flipperdevices:dev' into dev
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