mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 09:28:31 -04:00
PX4: try starting the ll40ls on either I2C bus
This commit is contained in:
parent
cdd2199138
commit
834c91b192
@ -319,9 +319,14 @@ then
|
||||
fi
|
||||
|
||||
# optional Range Finder sensor
|
||||
if ll40ls start
|
||||
if ll40ls -X start
|
||||
then
|
||||
echo "Found ll40ls sensor"
|
||||
echo "Found external ll40ls sensor"
|
||||
fi
|
||||
|
||||
if ll40ls -I start
|
||||
then
|
||||
echo "Found internal ll40ls sensor"
|
||||
fi
|
||||
|
||||
if mb12xx start
|
||||
|
Loading…
Reference in New Issue
Block a user