From 8548c275380ce9eaa9f37d47a2bcead4fbb0dad2 Mon Sep 17 00:00:00 2001 From: ARYA MGC Date: Wed, 17 Jun 2026 08:01:27 +0530 Subject: [PATCH] Fix typo in storm32.xml: 'North,Est' to 'North, East' (#2523) Fix typo in wind_x field description (line 384): 'North,Est, Down' -> 'North, East, Down'. This also matches the format used in the adjacent wind_y field on line 385. No protocol or code changes - description text only. --- message_definitions/v1.0/storm32.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/message_definitions/v1.0/storm32.xml b/message_definitions/v1.0/storm32.xml index 16c4611c..a56a405a 100644 --- a/message_definitions/v1.0/storm32.xml +++ b/message_definitions/v1.0/storm32.xml @@ -381,7 +381,7 @@ Documentation: System ID. Component ID. Timestamp (time since system boot). - Wind X speed in NED (North,Est, Down). NAN if unknown. + Wind X speed in NED (North, East, Down). NAN if unknown. Wind Y speed in NED (North, East, Down). NAN if unknown. Correction angle due to wind. NaN if unknown.