forked from Archive/PX4-Autopilot
ARK RTK GPS support baro on I2C bus 1 instead of 2
This commit is contained in:
parent
1feb79f27f
commit
7db667558e
|
@ -6,6 +6,9 @@ gps start -d /dev/ttyS0 -p ubx
|
|||
|
||||
icm42688p -R 0 -s start
|
||||
|
||||
bmp388 -I -b 2 start
|
||||
if ! bmp388 -I -b 2 start
|
||||
then
|
||||
bmp388 -I -b 1 start
|
||||
fi
|
||||
|
||||
bmm150 -I -b 1 start
|
||||
|
|
Loading…
Reference in New Issue