From a73083db549d7f0a4e47b0ebd5e6d363f130fcf9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20G=C3=B6ttgens?= Date: Sat, 25 Mar 2023 13:16:58 +0100 Subject: [PATCH] annotate --- meshtastic/mesh.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meshtastic/mesh.proto b/meshtastic/mesh.proto index 664565a..378555e 100644 --- a/meshtastic/mesh.proto +++ b/meshtastic/mesh.proto @@ -977,7 +977,7 @@ message NodeInfo { DeviceMetrics device_metrics = 6; /* - * local channel we heared that node + * local channel index we heard that node on. Only populated if its not the default channel. */ uint32 channel = 7;