mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
GCS_MAVLink: added RPM MAVLink message
This commit is contained in:
parent
39c219d452
commit
8f1e1a1b4a
@ -60,6 +60,7 @@ enum ap_message {
|
||||
MSG_LOCAL_POSITION,
|
||||
MSG_PID_TUNING,
|
||||
MSG_VIBRATION,
|
||||
MSG_RPM,
|
||||
MSG_RETRY_DEFERRED // this must be last
|
||||
};
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user