mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-10 18:08:30 -04:00
Copter: enabled CAM_TRIGG_DIST parameter
This commit is contained in:
parent
a5586ec394
commit
3e82f644ea
@ -1373,6 +1373,10 @@ static void update_GPS(void)
|
||||
ground_start_count = 10;
|
||||
}
|
||||
}
|
||||
|
||||
#if CAMERA == ENABLED
|
||||
camera.update_location(current_loc);
|
||||
#endif
|
||||
}
|
||||
|
||||
// check for loss of gps
|
||||
|
Loading…
Reference in New Issue
Block a user