mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
RTTTL on message types
This commit is contained in:
parent
e5376f0c0a
commit
f82844f43f
4 changed files with 28 additions and 7 deletions
|
|
@ -15,6 +15,16 @@
|
|||
- make message ring tone configurable
|
||||
|
||||
*/
|
||||
|
||||
enum class buzzerEventType
|
||||
{
|
||||
noBuzzer,
|
||||
contactMessage,
|
||||
channelMessage,
|
||||
roomMessage,
|
||||
newContactMessage
|
||||
};
|
||||
|
||||
class genericBuzzer
|
||||
{
|
||||
public:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue