From 0a4e99a151eca110995c5e39acbc9394b0b98b44 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Sun, 27 Mar 2022 08:06:19 -0500 Subject: [PATCH] Comment distinction --- mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mesh.proto b/mesh.proto index 8e6a4ec..30aaffe 100644 --- a/mesh.proto +++ b/mesh.proto @@ -1053,7 +1053,7 @@ message NodeInfo { */ fixed32 last_heard = 5; /* - * The latest telemetry data for the node. + * The latest device telemetry data for the node. */ Telemetry telemetry = 6; }