From 5ccc757f719c38ab4e6fb189220896077a80038a Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 26 Mar 2023 14:08:44 -0500 Subject: [PATCH] Smart broadcast... now dumber but more customizable --- meshtastic/config.proto | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/meshtastic/config.proto b/meshtastic/config.proto index cd085f2..d251a44 100644 --- a/meshtastic/config.proto +++ b/meshtastic/config.proto @@ -252,7 +252,15 @@ message Config { */ uint32 tx_gpio = 9; + /* + * The minimum distance in meters traveled (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled + */ + uint32 broadcast_smart_minumum_distance = 10; + /* + * The minumum number of seconds (since the last send) before we can send a position to the mesh if position_broadcast_smart_enabled + */ + uint32 broadcast_smart_minumum_interval_secs = 11; } /*