forked from Archive/PX4-Autopilot
holybro_can-gps-v1: Reorder Sensor Startup for reliabiltiy
This commit is contained in:
parent
9e834d26f8
commit
8167023dfb
|
@ -10,8 +10,8 @@ gps start -d /dev/ttyS0 -g 38400 -p ubx
|
|||
bmi088 -A -R 0 -s start
|
||||
bmi088 -G -R 0 -s start
|
||||
|
||||
# Internal magnetometer on I2c
|
||||
bmm150 -I -b 1 start
|
||||
|
||||
# Internal Baro
|
||||
bmp388 -I -b 1 -a 0x77 start
|
||||
|
||||
# Internal magnetometer on I2c
|
||||
bmm150 -I -b 1 start
|
||||
|
|
Loading…
Reference in New Issue