Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
Garth Vander Houwen e21899aa6b
Merge pull request #492 from meshtastic/mute-channels
Added mute channel into module settings
2024-04-30 05:22:54 -07:00
Ben Meadors 112f1fdcd0
Added mute channel into module settings 2024-04-29 19:35:02 -05:00
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

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