Skip to content

Commit

Permalink
Merge pull request #492 from meshtastic/mute-channels
Browse files Browse the repository at this point in the history
Added mute channel into module settings
  • Loading branch information
garthvh committed Apr 30, 2024
2 parents 86640f2 + 112f1fd commit e21899a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions meshtastic/channel.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

/*
Expand Down

0 comments on commit e21899a

Please sign in to comment.