mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-03-05 21:23:58 -04:00
AP_Logger: Add support for fence floor events
This commit is contained in:
parent
1a3e168ced
commit
8ca69c2e89
@ -148,6 +148,9 @@ enum class LogEvent : uint8_t {
|
||||
STANDBY_ENABLE = 74,
|
||||
STANDBY_DISABLE = 75,
|
||||
|
||||
FENCE_FLOOR_ENABLE = 80,
|
||||
FENCE_FLOOR_DISABLE = 81,
|
||||
|
||||
SURFACED = 163,
|
||||
NOT_SURFACED = 164,
|
||||
BOTTOMED = 165,
|
||||
|
Loading…
Reference in New Issue
Block a user