kopia lustrzana https://github.com/meshtastic/protobufs
Add channel utilization float
https://github.com/meshtastic/Meshtastic-device/issues/1034pull/63/head
rodzic
638783bad4
commit
4c5a91dde3
|
@ -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)
|
||||
|
|
Ładowanie…
Reference in New Issue