From 72b3583ad97bea49432fdcfd368b15368ee25402 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Wed, 6 Apr 2022 07:27:42 -0500 Subject: [PATCH] Removed pref --- radioconfig.proto | 5 ----- 1 file changed, 5 deletions(-) diff --git a/radioconfig.proto b/radioconfig.proto index 6fe587c..85f9d8b 100644 --- a/radioconfig.proto +++ b/radioconfig.proto @@ -384,11 +384,6 @@ message RadioConfig { */ bool position_broadcast_smart_disabled = 17; - /* - * Send our owner info at least this often (also we always send once at boot - to rejoin the mesh) - */ - uint32 send_owner_interval = 2; - /* * If we miss this many owner messages from a node, we declare the node * offline (defaults to 3 - to allow for some lost packets) (FIXME not yet used)