From ca7f189dafe1b7d50f43feeec3ee7f8fd814b3d6 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 13 Mar 2022 13:03:18 +1100 Subject: [PATCH] autotest: adjust for RTL_AUTOLAND failure --- Tools/autotest/arduplane.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/autotest/arduplane.py b/Tools/autotest/arduplane.py index 8a250572ac..d2c58179b3 100644 --- a/Tools/autotest/arduplane.py +++ b/Tools/autotest/arduplane.py @@ -766,6 +766,7 @@ class AutoTestPlane(AutoTest): "RC%u_OPTION" % flaps_ch: 208, # Flaps RCx_OPTION "LAND_FLAP_PERCNT": 50, "LOG_DISARMED": 1, + "RTL_AUTOLAND": 1, "RC%u_MIN" % flaps_ch: flaps_ch_min, "RC%u_MAX" % flaps_ch: flaps_ch_max,