GCS_MAVLink: added battery2 message

This commit is contained in:
Andrew Tridgell 2014-08-09 12:13:14 +10:00
parent 4723ed5e6e
commit 67e1b66757

View File

@ -438,5 +438,11 @@
<field name="flags" type="uint8_t" >See CAMERA_FEEDBACK_FLAGS enum for definition of the bitmask</field> <!-- future proofing -->
</message>
<message name="BATTERY2" id="181">
<description>2nd Battery status</description>
<field type="uint16_t" name="voltage">voltage in millivolts</field>
<field type="int16_t" name="current_battery">Battery current, in 10*milliamperes (1 = 10 milliampere), -1: autopilot does not measure the current</field>
</message>
</messages>
</mavlink>