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; } /*