Trigger at start of line when using distance based photo triggering

This commit is contained in:
Christophe De Wagter
2011-11-18 00:19:14 +01:00
parent e9f4ab329b
commit cd281072e0
+1 -1
View File
@@ -145,7 +145,7 @@ uint8_t dc_survey(float interval, float x, float y) {
dc_gps_x = x;
dc_gps_y = y;
}
dc_gps_next_dist = interval;
dc_gps_next_dist = 0;
dc_info();
return 0;
}