GCS_MAVLink: added RPM MAVLink message

This commit is contained in:
Andrew Tridgell 2015-08-07 15:33:47 +10:00
parent 39c219d452
commit 8f1e1a1b4a
2 changed files with 7 additions and 0 deletions

View File

@ -60,6 +60,7 @@ enum ap_message {
MSG_LOCAL_POSITION,
MSG_PID_TUNING,
MSG_VIBRATION,
MSG_RPM,
MSG_RETRY_DEFERRED // this must be last
};

View File

@ -940,5 +940,11 @@
<!-- 219 to 225 RESERVED for more GOPRO-->
<message name="RPM" id="226">
<description>RPM sensor output</description>
<field name="rpm1" type="float">RPM Sensor1</field>
<field name="rpm2" type="float">RPM Sensor2</field>
</message>
</messages>
</mavlink>