Plane: send feedback to the GCS of pictures taken

This commit is contained in:
Arthur Benemann 2014-11-10 17:23:17 -08:00 committed by Randy Mackay
parent 92ead67d99
commit fe9e68f88c
1 changed files with 1 additions and 0 deletions

View File

@ -613,6 +613,7 @@ static void do_take_picture()
{
#if CAMERA == ENABLED
camera.trigger_pic();
gcs_send_message(MSG_CAMERA_FEEDBACK);
if (should_log(MASK_LOG_CAMERA)) {
DataFlash.Log_Write_Camera(ahrs, gps, current_loc);
}