Merge pull request #138 from meshtastic/remove_send_owner_interval

Removed pref
This commit is contained in:
Ben Meadors 2022-04-06 12:41:17 +00:00 committed by GitHub
commit c6abcf8d6b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)