From de734f7c32c853bb0c92e3f441eb95c6d940ecdf Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 5 Dec 2021 10:40:30 -0800 Subject: [PATCH] Update comment for bitrate --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index 93ac005..865053f 100644 --- a/mesh.proto +++ b/mesh.proto @@ -934,7 +934,7 @@ message MyNodeInfo { uint32 reboot_count = 10; /* - * Calculated bitrate of the current channel (in kbps) + * Calculated bitrate of the current channel (in Bytes Per Second) */ float bitrate = 11;