mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-22 08:38:36 -04:00
Plane: implement AUTO_TRIM for SERVO_RNG_ENABLE=1
automatically adjust servo trims
This commit is contained in:
parent
73b9123495
commit
fcd98e2c44
@ -351,6 +351,8 @@ void Plane::trim_control_surfaces()
|
||||
channel_roll->save_eeprom();
|
||||
channel_pitch->save_eeprom();
|
||||
channel_rudder->save_eeprom();
|
||||
|
||||
g2.servo_channels.set_trim();
|
||||
}
|
||||
|
||||
void Plane::trim_radio()
|
||||
|
Loading…
Reference in New Issue
Block a user