Skip to content

Commit

Permalink
typo of HYGROMETER_SENSOR
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishwillee authored Aug 19, 2021
1 parent 9e616e8 commit 339b386
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6884,10 +6884,10 @@
<field type="uint8_t[250]" name="messages">Concatenation of encoded OpenDroneID messages. Shall be filled with nulls in the unused portion of the field.</field>
</message>
<message id="12920" name="HYGROMETER_SENSOR">
<description>Temperature and Humidity from hygrometer.</description>
<description>Temperature and humidity from hygrometer.</description>
<field type="uint8_t" name="id" instance="true">Hygrometer ID</field>
<field type="int16_t" name="temperature" units="cdegC">temperature</field>
<field type="uint16_t" name="humidity" units="c%">humidity</field>
<field type="int16_t" name="temperature" units="cdegC">Temperature</field>
<field type="uint16_t" name="humidity" units="c%">Humidity</field>
</message>
</messages>
</mavlink>

0 comments on commit 339b386

Please sign in to comment.