Plane: Add lower CHECK_SCALE defaults for QuadPlane

This commit is contained in:
Hwurzburg 2020-12-02 20:13:25 -06:00 committed by Peter Barker
parent 768e3e7931
commit 8658023dad

View File

@ -794,6 +794,10 @@ void QuadPlane::setup_defaults(void)
if (esc_calibration != 0) {
esc_calibration.set_and_save(0);
}
// Quadplanes need the same level of GPS error checking as Copters do, Plane is more relaxed
AP_Param::set_default_by_name("EK2_CHECK_SCALE",100);
AP_Param::set_default_by_name("EK3_CHECK_SCALE",100);
}
// run ESC calibration