mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_Mount: In Siyi, request gimbal config when set_motion_mode() changes mode
This commit is contained in:
parent
d3358ff3af
commit
a8e10ca59b
@ -637,6 +637,7 @@ bool AP_Mount_Siyi::set_motion_mode(const GimbalMotionMode mode, const bool forc
|
||||
if (sent) {
|
||||
// assume the mode is set correctly until told otherwise
|
||||
_config_info.motion_mode = mode;
|
||||
request_configuration();
|
||||
}
|
||||
return sent;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user