Plane: enable CAM_TRIGG_DIST parameter
This commit is contained in:
parent
45f5d05bd2
commit
bb47029564
@ -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…
Reference in New Issue
Block a user