mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-23 09:08:30 -04:00
GCS_MAVLink: rename flighttermination capability enum
This commit is contained in:
parent
5e9f9e2a82
commit
487896c2c4
@ -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