diff --git a/radioconfig.proto b/radioconfig.proto index 762910b..59429b9 100644 --- a/radioconfig.proto +++ b/radioconfig.proto @@ -235,6 +235,12 @@ message RadioConfig { */ uint32 position_broadcast_secs = 1; + /* + * We should send our position this often (but only if it has changed significantly) + * Defaults to 15 minutes + */ + bool position_broadcast_smart = 17; + /* * Send our owner info at least this often (also we always send once at boot - to rejoin the mesh) */