Update comments and remove unused function

This commit is contained in:
ford-jones
2025-09-16 15:43:13 +12:00
parent f0b7aab030
commit 1c256ccfd7
3 changed files with 1 additions and 19 deletions

View File

@@ -97,9 +97,7 @@ typedef struct _meshtastic_ChannelSettings {
/* Per-channel module settings. */
bool has_module_settings;
meshtastic_ModuleSettings module_settings;
/* Whether or not we should receive notifactions / alerts through this channel
Note: This is NOT the same as module_settings.is_client_mute which pertains
to the device role. */
/* Whether or not we should receive notifactions / alerts from this channel */
bool mute;
} meshtastic_ChannelSettings;