mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add channel utilization float
https://github.com/meshtastic/Meshtastic-device/issues/1034
This commit is contained in:
parent
638783bad4
commit
4c5a91dde3
1 changed files with 5 additions and 0 deletions
|
|
@ -992,6 +992,11 @@ message MyNodeInfo {
|
|||
*/
|
||||
bool has_wifi = 18;
|
||||
|
||||
/*
|
||||
* Utilization for the current channel, including well formed TX, RX and malformed RX (aka noise).
|
||||
*/
|
||||
float channel_utilization = 19;
|
||||
|
||||
|
||||
/*
|
||||
* FIXME - add more useful debugging state (queue depths etc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue