Add channel utilization float

https://github.com/meshtastic/Meshtastic-device/issues/1034
This commit is contained in:
Jm Casler 2021-12-28 23:32:43 -08:00
parent 638783bad4
commit 4c5a91dde3

View file

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