Merge pull request #63 from mc-hamster/master

Add channel utilization float
This commit is contained in:
Jm Casler 2021-12-28 23:33:02 -08:00 committed by GitHub
commit ec35525ae6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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)