RTTTL on message types

This commit is contained in:
seagull9000
2025-05-20 19:09:49 +12:00
parent e5376f0c0a
commit f82844f43f
4 changed files with 28 additions and 7 deletions

View File

@@ -44,6 +44,6 @@ public:
void clearMsgPreview();
void msgRead(int msgcount);
void newMsg(uint8_t path_len, const char* from_name, const char* text, int msgcount);
void soundBuzzer();
void soundBuzzer(buzzerEventType bet = buzzerEventType::noBuzzer);
void loop();
};