Skip to content

Commit

Permalink
common.xml: change ESC_INFO to allow negative temperatures. (mavlink#…
Browse files Browse the repository at this point in the history
…1663)

Signed-off-by: Claudio Micheli <claudio@auterion.com>
  • Loading branch information
cmic0 authored and Jaeyoung-Lim committed Oct 5, 2021
1 parent ea08508 commit b509f38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message_definitions/v1.0/common.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6377,7 +6377,7 @@
<field type="uint8_t" name="info" display="bitmask">Information regarding online/offline status of each ESC.</field>
<field type="uint16_t[4]" name="failure_flags" enum="ESC_FAILURE_FLAGS" display="bitmask">Bitmap of ESC failure flags.</field>
<field type="uint32_t[4]" name="error_count">Number of reported errors by each ESC since boot.</field>
<field type="uint8_t[4]" name="temperature" units="degC">Temperature measured by each ESC. UINT8_MAX if data not supplied by ESC.</field>
<field type="int16_t[4]" name="temperature" units="cdegC" invalid="INT16_MAX">Temperature of each ESC. INT16_MAX: if data not supplied by ESC.</field>
</message>
<message id="291" name="ESC_STATUS">
<wip/>
Expand Down

0 comments on commit b509f38

Please sign in to comment.