mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add calculated bitrate in mesh.proto
This commit is contained in:
parent
5a556ee4a9
commit
fb1ed61e22
1 changed files with 5 additions and 0 deletions
|
|
@ -933,6 +933,11 @@ message MyNodeInfo {
|
|||
*/
|
||||
uint32 reboot_count = 10;
|
||||
|
||||
/*
|
||||
* Calculated bitrate of the current channel (in kbps)
|
||||
*/
|
||||
float bitrate = 11;
|
||||
|
||||
/*
|
||||
* How long before we consider a message abandoned and we can clear our
|
||||
* caches of any messages in flight Normally quite large to handle the worst case
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue