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