From 3c5c9acf923197fcb28867bfb5710d9367d45816 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 13 Aug 2023 06:47:58 -0500 Subject: [PATCH] Words --- meshtastic/module_config.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;