From 8fbce4fec33fce4774354fa19dd4a02d779efe46 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 8 Feb 2023 13:32:32 -0600 Subject: [PATCH] Added configurable node info interval --- meshtastic/config.proto | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index 45e48f9..3c5e46d 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -112,6 +112,12 @@ message Config { * Sets the role of node */ RebroadcastMode rebroadcast_mode = 6; + + /* + * Send our nodeinfo this often + * Defaults to 15 minutes + */ + uint32 node_info_broadcast_secs = 1; } /*