From fb1ed61e22843d3cbe571573c7341cbab052e56e Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 5 Dec 2021 10:14:17 -0800 Subject: [PATCH] Add calculated bitrate in mesh.proto --- mesh.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mesh.proto b/mesh.proto index fe09450..93ac005 100644 --- a/mesh.proto +++ b/mesh.proto @@ -933,6 +933,11 @@ message MyNodeInfo { */ uint32 reboot_count = 10; + /* + * Calculated bitrate of the current channel (in kbps) + */ + float bitrate = 11; + /* * How long before we consider a message abandoned and we can clear our * caches of any messages in flight Normally quite large to handle the worst case