From 27537101a4d750d74f512e30ab84167fc2a270da Mon Sep 17 00:00:00 2001 From: vidplace7 Date: Sat, 12 Jul 2025 18:15:16 -0400 Subject: [PATCH] Add DIRECT_MSG_ONLY Buzzer mode --- meshtastic/config.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 1586cd7..bc6444f 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -178,6 +178,13 @@ message Config { * Buzzer is enabled only for non-notification tones such as button presses, startup, shutdown, but not for alerts. */ SYSTEM_ONLY = 3; + + /* + * Direct Message notifications only. + * Buzzer is enabled only for direct messages and alerts, but not for button presses. + * External notification config determines the specifics of the notification behavior. + */ + DIRECT_MSG_ONLY = 4; } /*