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.
This commit is contained in:
ARYA MGC
2026-06-17 08:01:27 +05:30
committed by GitHub
parent 02ffed3e61
commit 8548c27538
+1 -1
View File
@@ -381,7 +381,7 @@ Documentation:
<field type="uint8_t" name="target_system">System ID.</field>
<field type="uint8_t" name="target_component">Component ID.</field>
<field type="uint64_t" name="time_boot_us" units="us">Timestamp (time since system boot).</field>
<field type="float" name="wind_x" units="m/s" invalid="NaN">Wind X speed in NED (North,Est, Down). NAN if unknown.</field>
<field type="float" name="wind_x" units="m/s" invalid="NaN">Wind X speed in NED (North, East, Down). NAN if unknown.</field>
<field type="float" name="wind_y" units="m/s" invalid="NaN">Wind Y speed in NED (North, East, Down). NAN if unknown.</field>
<field type="float" name="wind_correction_angle" units="rad" invalid="NaN">Correction angle due to wind. NaN if unknown.</field>
</message>