Tools: Use a more typical wind speed for the PitotBlockage autotest

This commit is contained in:
Paul Riseborough 2022-09-23 08:35:30 +10:00 committed by Randy Mackay
parent e0a7e36e01
commit 7430932288

View File

@ -1728,7 +1728,7 @@ class AutoTestPlane(AutoTest):
self.set_parameters({
"ARSPD_OPTIONS": 15,
"ARSPD_USE": 1,
"SIM_WIND_SPD": 10,
"SIM_WIND_SPD": 7,
"SIM_WIND_DIR": 0,
"ARSPD_WIND_MAX": 15,
})