mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
GCS_MAVLink: rename flighttermination capability enum
This commit is contained in:
parent
2b36457261
commit
91479aa39f
@ -1448,8 +1448,8 @@
|
||||
<entry value="1024" name="MAV_PROTOCOL_CAPABILITY_SET_ACTUATOR_TARGET">
|
||||
<description>Autopilot supports direct actuator control.</description>
|
||||
</entry>
|
||||
<entry value="2048" name="MAV_PROTOCOL_CAPABILITY_FORCE_DISARM">
|
||||
<description>Autopilot supports forced disarming.</description>
|
||||
<entry value="2048" name="MAV_PROTOCOL_CAPABILITY_FLIGHT_TERMINATION">
|
||||
<description>Autopilot supports the flight termination command.</description>
|
||||
</entry>
|
||||
<entry value="4096" name="MAV_PROTOCOL_CAPABILITY_COMPASS_CALIBRATION">
|
||||
<description>Autopilot supports onboard compass calibration.</description>
|
||||
|
Loading…
Reference in New Issue
Block a user