Merge pull request #492 from meshtastic/mute-channels

Added mute channel into module settings
This commit is contained in:
Garth Vander Houwen 2024-04-30 05:22:54 -07:00 committed by GitHub
commit e21899aa6b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}
/*