rc.sensors:Fix Shell Check warning

This commit is contained in:
David Sidrane 2021-08-13 06:52:02 -07:00 committed by Daniel Agar
parent 3c227b6f76
commit 8952fa2935
1 changed files with 1 additions and 2 deletions

View File

@ -136,9 +136,8 @@ fi
# Sensirion SDP3X differential pressure sensor external I2C
if param compare -s SENS_EN_SDP3X 1
then
if sdp3x_airspeed start -X
if ! sdp3x_airspeed start -X
then
else
# try another common address
sdp3x_airspeed start -X -a 0x22
fi