From 9f65fd00e7ba76510938a4f595d7c41f2ca65c31 Mon Sep 17 00:00:00 2001 From: Dan D Date: Fri, 30 Jan 2026 15:20:32 -0500 Subject: [PATCH] Fix comment indentation in telemetry.proto --- meshtastic/telemetry.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 4db51b7..21a8497 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -439,9 +439,9 @@ message LocalStats { */ uint32 heap_free_bytes = 13; - /* - * Number of packets that were dropped because the transmit queue was full. - */ + /* + * Number of packets that were dropped because the transmit queue was full. + */ uint32 num_tx_dropped = 14; /*