diff --git a/meshtastic/module_config.proto b/meshtastic/module_config.proto index 232bdb7..e9ee092 100644 --- a/meshtastic/module_config.proto +++ b/meshtastic/module_config.proto @@ -118,7 +118,7 @@ message ModuleConfig { bool enabled = 1; /* - * Interval in seconds of how often we can send a message, if a state change is detected + * Interval in seconds of how often we can send a message to the mesh when a state change is detected */ uint32 minumum_update_interval = 2;