mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add Neighbor.node_broadcast_interval_secs
This commit is contained in:
parent
0d5b0942fe
commit
1c3ed70144
2 changed files with 6 additions and 0 deletions
|
|
@ -52,6 +52,7 @@
|
|||
*Waypoint.description max_size:100
|
||||
|
||||
*NeighborInfo.neighbors max_count:10
|
||||
*Neighbor.node_broadcast_interval_secs max_size:16
|
||||
|
||||
*DeviceMetadata.firmware_version max_size:18
|
||||
|
||||
|
|
|
|||
|
|
@ -1385,6 +1385,11 @@ message Neighbor {
|
|||
* SNR of last heard message
|
||||
*/
|
||||
float snr = 2;
|
||||
|
||||
/*
|
||||
* Broadcast interval of the represented node (in seconds)
|
||||
*/
|
||||
uint32 node_broadcast_interval_secs = 3;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue