From aa4ff47d9c58e2d6bd605dc4736ad46856afaeed Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Tue, 23 Nov 2021 11:26:32 -0800 Subject: [PATCH 1/2] Update to 0.4.4 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b0b298a..4c12b11 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Protobuf build instructions: * protoc -I=. --java_out /tmp mesh.proto To generate Nanopb c code: -* /home/kevinh/packages/nanopb-0.4.0-linux-x86/generator-bin/protoc --nanopb_out=/tmp -I=app/src/main/proto mesh.proto +* /home/kevinh/packages/nanopb-0.4.4-linux-x86/generator-bin/protoc --nanopb_out=/tmp -I=app/src/main/proto mesh.proto Nanopb binaries available here: -* https://jpa.kapsi.fi/nanopb/download/ use nanopb 0.4.0 \ No newline at end of file +* https://jpa.kapsi.fi/nanopb/download/ use nanopb 0.4.4 \ No newline at end of file From e89f568ef5f085a88f1e7c11bef892b4b2670ce1 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Fri, 26 Nov 2021 12:13:12 -0800 Subject: [PATCH 2/2] Added position_broadcast_smart for #934 Added position_broadcast_smart for #934 --- radioconfig.proto | 6 ++++++ 1 file changed, 6 insertions(+) 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) */