From 7370460a591f80e3ca462df1f36ceeac452c4dc5 Mon Sep 17 00:00:00 2001 From: Tavis Date: Wed, 10 Jul 2024 09:09:32 -1000 Subject: [PATCH] fix tag index. whoops, duh. --- meshtastic/telemetry.proto | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshtastic/telemetry.proto b/meshtastic/telemetry.proto index 5610e37..8ffbeb2 100644 --- a/meshtastic/telemetry.proto +++ b/meshtastic/telemetry.proto @@ -122,12 +122,12 @@ message EnvironmentMetrics { /* * Wind gust in m/s */ - float wind_gust = 15; + float wind_gust = 16; /* * Wind lull in m/s */ - float wind_lull = 16; + float wind_lull = 17; } /*