mirror of
https://github.com/D4C1-Labs/Flipper-ARF.git
synced 2026-03-29 08:09:53 +00:00
17 lines
282 B
C++
17 lines
282 B
C++
#pragma once
|
|
|
|
#include "lib/hardware/notification/Notification.hpp"
|
|
|
|
const NotificationSequence NOTIFICATION_PAGER_RECEIVE = {
|
|
&message_vibro_on,
|
|
&message_note_e6,
|
|
|
|
&message_blue_255,
|
|
&message_delay_50,
|
|
|
|
&message_sound_off,
|
|
&message_vibro_off,
|
|
|
|
NULL,
|
|
};
|