From a2883789d1489343e720eb17d104501aa982d691 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Tue, 28 Dec 2021 23:29:30 -0800 Subject: [PATCH 1/3] updating proto submodule to latest --- proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto b/proto index c52c8ef99..638783bad 160000 --- a/proto +++ b/proto @@ -1 +1 @@ -Subproject commit c52c8ef99ead88a5edb73891b33247c54d37cb28 +Subproject commit 638783bad47d683a5bd67f8f53091c8905e4402d From f1c029d6dad9183584adc9791df8ed0650a361b7 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Tue, 28 Dec 2021 23:33:12 -0800 Subject: [PATCH 2/3] updating proto submodule to latest --- proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto b/proto index 638783bad..ec35525ae 160000 --- a/proto +++ b/proto @@ -1 +1 @@ -Subproject commit 638783bad47d683a5bd67f8f53091c8905e4402d +Subproject commit ec35525ae6042999b2b3de368aff0ebc3fdcf308 From 672ea5b494f559e80d2015c65868820fe1979048 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Wed, 29 Dec 2021 00:12:32 -0800 Subject: [PATCH 3/3] Removed radio config that shouldn't be there. --- src/plugins/PositionPlugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/PositionPlugin.cpp b/src/plugins/PositionPlugin.cpp index e10f05d1e..0a3a412d7 100644 --- a/src/plugins/PositionPlugin.cpp +++ b/src/plugins/PositionPlugin.cpp @@ -127,7 +127,7 @@ int32_t PositionPlugin::runOnce() { NodeInfo *node = nodeDB.getNode(nodeDB.getNodeNum()); - radioConfig.preferences.position_broadcast_smart = true; + //radioConfig.preferences.position_broadcast_smart = true; // We limit our GPS broadcasts to a max rate uint32_t now = millis();