mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 08:30:34 +08:00
added the camera interface info method to the camera trigger info method
This commit is contained in:
committed by
Lorenz Meier
parent
29f31ae6ac
commit
3671bfb743
@@ -472,6 +472,7 @@ CameraTrigger::info()
|
||||
warnx("mode : %i", _mode);
|
||||
warnx("interval : %.2f", (double)_interval);
|
||||
warnx("distance : %.2f", (double)_distance);
|
||||
_camera_interface->info();
|
||||
}
|
||||
|
||||
static void usage()
|
||||
|
||||
Reference in New Issue
Block a user