From bcef87cc3bce58095b5e191bb2fbccc6bd003d56 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 23 Oct 2023 15:40:29 -0500 Subject: [PATCH] Ext. Notification use i2s audio interface as buzzer --- meshtastic/module_config.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 37903103..8cad2659 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -379,6 +379,12 @@ message ModuleConfig { * and/or beep for 60 seconds */ uint32 nag_timeout = 14; + + /* + * When true, enables devices with native I2S audio output to use the RTTTL over speaker like a buzzer + * T-Watch S3 and T-Deck for example have this capability + */ + bool use_i2s_as_buzzer = 15; } /*