Add Neighbor.node_broadcast_interval_secs

pull/375/head
Ben Meadors 2023-07-28 06:38:53 -05:00
rodzic 0d5b0942fe
commit 1c3ed70144
2 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -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;
}
/*