mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-23 00:04:02 -04:00
autotest: disable simulated esc telemetry for FETtecESC tests
This commit is contained in:
parent
591d587ed0
commit
773d7cb65c
@ -9223,6 +9223,7 @@ class AutoTestCopter(AutoTest):
|
|||||||
"SERVO6_FUNCTION": 34,
|
"SERVO6_FUNCTION": 34,
|
||||||
"SERVO7_FUNCTION": 35,
|
"SERVO7_FUNCTION": 35,
|
||||||
"SERVO8_FUNCTION": 36,
|
"SERVO8_FUNCTION": 36,
|
||||||
|
"SIM_ESC_TELEM": 0,
|
||||||
})
|
})
|
||||||
self.customise_SITL_commandline(["--uartF=sim:fetteconewireesc"])
|
self.customise_SITL_commandline(["--uartF=sim:fetteconewireesc"])
|
||||||
self.FETtecESC_safety_switch()
|
self.FETtecESC_safety_switch()
|
||||||
|
Loading…
Reference in New Issue
Block a user