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; } /*