ARK RTK GPS support baro on I2C bus 1 instead of 2

This commit is contained in:
alexklimaj 2023-08-03 16:03:30 -06:00 committed by Daniel Agar
parent 1feb79f27f
commit 7db667558e
1 changed files with 4 additions and 1 deletions

View File

@ -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