Merge branch 'meshtastic:master' into master

This commit is contained in:
Ben Meadors 2021-11-27 09:14:33 -06:00 committed by GitHub
commit a811780943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 2 deletions

View file

@ -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
* https://jpa.kapsi.fi/nanopb/download/ use nanopb 0.4.4

View file

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