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

View File

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