GCS_MAVLink: generate after adding DO_SEND_BANNER
This commit is contained in:
parent
36bb5a25a2
commit
e51498aa45
@ -109,7 +109,8 @@ typedef enum MAV_CMD
|
||||
MAV_CMD_DO_START_MAG_CAL=42424, /* Initiate a magnetometer calibration |uint8_t bitmask of magnetometers (0 means all)| Automatically retry on failure (0=no retry, 1=retry).| Save without user input (0=require input, 1=autosave).| Delay (seconds)| Autoreboot (0=user reboot, 1=autoreboot)| Empty| Empty| */
|
||||
MAV_CMD_DO_ACCEPT_MAG_CAL=42425, /* Initiate a magnetometer calibration |uint8_t bitmask of magnetometers (0 means all)| Empty| Empty| Empty| Empty| Empty| Empty| */
|
||||
MAV_CMD_DO_CANCEL_MAG_CAL=42426, /* Cancel a running magnetometer calibration |uint8_t bitmask of magnetometers (0 means all)| Empty| Empty| Empty| Empty| Empty| Empty| */
|
||||
MAV_CMD_ENUM_END=42427, /* | */
|
||||
MAV_CMD_DO_SEND_BANNER=42428, /* Reply with the version banner |Empty| Empty| Empty| Empty| Empty| Empty| Empty| */
|
||||
MAV_CMD_ENUM_END=42429, /* | */
|
||||
} MAV_CMD;
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user