mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
make NeighborInfo switchable
also update trunk
This commit is contained in:
parent
1a8f80d7fe
commit
b48ecf810e
2 changed files with 21 additions and 5 deletions
|
|
@ -1,16 +1,16 @@
|
|||
version: 0.1
|
||||
cli:
|
||||
version: 1.9.1
|
||||
version: 1.10.0
|
||||
plugins:
|
||||
sources:
|
||||
- id: trunk
|
||||
ref: v0.0.15
|
||||
ref: v0.0.17
|
||||
uri: https://github.com/trunk-io/plugins
|
||||
lint:
|
||||
enabled:
|
||||
- yamllint@1.31.0
|
||||
- buf-lint@1.19.0
|
||||
- buf-breaking@1.19.0
|
||||
- yamllint@1.32.0
|
||||
- buf-lint@1.20.0
|
||||
- buf-breaking@1.20.0
|
||||
- actionlint@1.6.24
|
||||
- markdownlint@0.34.0
|
||||
- prettier@2.8.8
|
||||
|
|
|
|||
|
|
@ -87,6 +87,22 @@ message ModuleConfig {
|
|||
repeated RemoteHardwarePin available_pins = 3;
|
||||
}
|
||||
|
||||
/*
|
||||
* NeighborInfoModule Config
|
||||
*/
|
||||
message NeighborInfoConfig {
|
||||
/*
|
||||
* Whether the Module is enabled
|
||||
*/
|
||||
bool enabled = 1;
|
||||
|
||||
/*
|
||||
* Interval in seconds of how often we should try to send our
|
||||
* Neighbor Info to the mesh
|
||||
*/
|
||||
uint32 update_interval = 2;
|
||||
}
|
||||
|
||||
/*
|
||||
* Audio Config for codec2 voice
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue