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
|
|
@ -520,7 +520,7 @@ protected:
|
|||
}
|
||||
} else {
|
||||
#ifdef DISPLAY_CLASS
|
||||
ui_task.soundBuzzer();
|
||||
ui_task.soundBuzzer(buzzerEventType::newContactMessage);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
@ -583,7 +583,7 @@ protected:
|
|||
_serial->writeFrame(frame, 1);
|
||||
} else {
|
||||
#ifdef DISPLAY_CLASS
|
||||
ui_task.soundBuzzer();
|
||||
ui_task.soundBuzzer(buzzerEventType::contactMessage);
|
||||
#endif
|
||||
}
|
||||
#ifdef DISPLAY_CLASS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue