Browse Source

Plane: enable CAM_TRIGG_DIST parameter

master
Andrew Tridgell 12 years ago
parent
commit
bb47029564
  1. 4
      ArduPlane/ArduPlane.pde

4
ArduPlane/ArduPlane.pde

@ -959,6 +959,10 @@ static void update_GPS(void) @@ -959,6 +959,10 @@ static void update_GPS(void)
// see if we've breached the geo-fence
geofence_check(false);
#if CAMERA == ENABLED
camera.update_location(current_loc);
#endif
}
calc_gndspeed_undershoot();

Loading…
Cancel
Save