From 112f1fdcd0195020a126d84f67cf9ba0b351edd8 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Mon, 29 Apr 2024 19:35:02 -0500 Subject: [PATCH] Added mute channel into module settings --- meshtastic/channel.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/channel.proto b/meshtastic/channel.proto index d2ec81a..16c8c19 100644 --- a/meshtastic/channel.proto +++ b/meshtastic/channel.proto @@ -96,6 +96,12 @@ message ModuleSettings { * Bits of precision for the location sent in position packets. */ uint32 position_precision = 1; + + /* + * Controls whether or not the phone / clients should mute the current channel + * Useful for noisy public channels you don't necessarily want to disable + */ + bool is_client_muted = 2; } /*