Skip to content

Commit

Permalink
add a new message about atmosphere (#1646)
Browse files Browse the repository at this point in the history
* add a new message about atmosphere

* change named datatype

* fixed typo in name

* modify units and type
  • Loading branch information
gitfishup committed Jul 29, 2021
1 parent d484de4 commit 2cc1a22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions message_definitions/v1.0/development.xml
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,13 @@
<field type="uint16_t" name="data_rate" units="MiB/s">WiFi network data rate. Set to UINT16_MAX if data_rate information is not supplied.</field>
<field type="uint8_t" name="security" enum="WIFI_NETWORK_SECURITY">WiFi network security type.</field>
</message>
<message id="420" name="HYGROMETER_SENSOR">
<wip/>
<!-- This message is work-in-progress and it can therefore change. It should NOT be used in stable production environments. -->
<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>
</message>
</messages>
</mavlink>

0 comments on commit 2cc1a22

Please sign in to comment.