mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-09 17:38:32 -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
|
fi
|
||||||
|
|
||||||
# optional Range Finder sensor
|
# optional Range Finder sensor
|
||||||
if ll40ls start
|
if ll40ls -X start
|
||||||
then
|
then
|
||||||
echo "Found ll40ls sensor"
|
echo "Found external ll40ls sensor"
|
||||||
|
fi
|
||||||
|
|
||||||
|
if ll40ls -I start
|
||||||
|
then
|
||||||
|
echo "Found internal ll40ls sensor"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if mb12xx start
|
if mb12xx start
|
||||||
|
Loading…
Reference in New Issue
Block a user