Plane: implement AUTO_TRIM for SERVO_RNG_ENABLE=1

automatically adjust servo trims
This commit is contained in:
Andrew Tridgell 2016-10-12 10:55:16 +11:00
parent 73b9123495
commit fcd98e2c44

View File

@ -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()