mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-05 23:43:58 -04:00
PX4 ROMFS INIT: Added starting the optional mb12xx sensor
This commit is contained in:
parent
3f17969b19
commit
26a36eeca1
@ -324,6 +324,11 @@ then
|
||||
echo "Found ll40ls sensor"
|
||||
fi
|
||||
|
||||
if mb12xx start
|
||||
then
|
||||
echo "Found mb12xx sensor"
|
||||
fi
|
||||
|
||||
echo "Trying PX4IO board"
|
||||
|
||||
if mtd start /fs/mtd
|
||||
|
Loading…
Reference in New Issue
Block a user