[FL-2456] App notifications update (#1175)
* Notifications update: SubGHz * Notifications: ibutton, infrared, rfid
This commit is contained in:
@@ -133,18 +133,18 @@ uint8_t iButtonApp::get_file_name_size() {
|
||||
return file_name_size;
|
||||
}
|
||||
|
||||
void iButtonApp::notify_green_blink() {
|
||||
notification_message(notification, &sequence_blink_green_10);
|
||||
void iButtonApp::notify_read() {
|
||||
notification_message(notification, &sequence_blink_cyan_10);
|
||||
}
|
||||
|
||||
void iButtonApp::notify_emulate() {
|
||||
notification_message(notification, &sequence_blink_magenta_10);
|
||||
}
|
||||
|
||||
void iButtonApp::notify_yellow_blink() {
|
||||
notification_message(notification, &sequence_blink_yellow_10);
|
||||
}
|
||||
|
||||
void iButtonApp::notify_red_blink() {
|
||||
notification_message(notification, &sequence_blink_red_10);
|
||||
}
|
||||
|
||||
void iButtonApp::notify_error() {
|
||||
notification_message(notification, &sequence_error);
|
||||
}
|
||||
|
Reference in New Issue
Block a user