Vehicle : flag GUI trigger calls as test shots

parent 78bb82ad
......@@ -2406,7 +2406,9 @@ void Vehicle::triggerCamera(void)
MAV_CMD_DO_DIGICAM_CONTROL,
true, // show errors
0.0, 0.0, 0.0, 0.0, // param 1-4 unused
1.0); // trigger camera
1.0, // trigger camera
0.0, // param 6 unused
1.0); // test shot flag
}
const char* VehicleGPSFactGroup::_hdopFactName = "hdop";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment