mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
PX4: fixed test logic for console
This commit is contained in:
parent
1853223f45
commit
84b21eed78
@ -176,7 +176,7 @@ else
|
||||
|
||||
echo "Setting up PX4FMU direct mode"
|
||||
fmu mode_pwm
|
||||
if [ $BOARD == FMUv1 ] && [ $deviceC == /dev/ttyS1 ]
|
||||
if [ $BOARD == FMUv1 -a $deviceC == /dev/ttyS1 ]
|
||||
then
|
||||
# ttyS1 is used for PWM output when there
|
||||
# is no IO board
|
||||
|
Loading…
Reference in New Issue
Block a user