mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 08:13:56 -04:00
AP_Logger: Support for Standby functions
This commit is contained in:
parent
5acfc77a3c
commit
e8e969af62
@ -88,6 +88,8 @@ enum Log_Event : uint8_t {
|
||||
DATA_ZIGZAG_STORE_A = 71,
|
||||
DATA_ZIGZAG_STORE_B = 72,
|
||||
DATA_LAND_REPO_ACTIVE = 73,
|
||||
DATA_STAND_BY_ENABLE = 74,
|
||||
DATA_STAND_BY_DISABLE = 75,
|
||||
|
||||
DATA_SURFACED = 163,
|
||||
DATA_NOT_SURFACED = 164,
|
||||
|
Loading…
Reference in New Issue
Block a user