From 4c5a91dde36fe0474edfc1a4822726e72e95b96b Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Tue, 28 Dec 2021 23:32:43 -0800 Subject: [PATCH] Add channel utilization float https://github.com/meshtastic/Meshtastic-device/issues/1034 --- mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mesh.proto b/mesh.proto index a7b32d4..5e9b452 100644 --- a/mesh.proto +++ b/mesh.proto @@ -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)