mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_Mount: send text feedback when gimbal gets detected
This commit is contained in:
parent
e58dd0de73
commit
d6b1644710
@ -128,6 +128,7 @@ void AP_Mount_SToRM32::find_gimbal()
|
||||
if (GCS_MAVLINK::find_by_mavtype_and_compid(MAV_TYPE_GIMBAL, compid, _sysid, _chan)) {
|
||||
_compid = compid;
|
||||
_initialised = true;
|
||||
gcs().send_text(MAV_SEVERITY_INFO, "Mount: SToRM32");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user