From 8167023dfb36cbda4e68bffb6db8b9f5883ff182 Mon Sep 17 00:00:00 2001 From: David Sidrane Date: Wed, 3 Feb 2021 05:30:05 -0800 Subject: [PATCH] holybro_can-gps-v1: Reorder Sensor Startup for reliabiltiy --- boards/holybro/can-gps-v1/init/rc.board_sensors | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/holybro/can-gps-v1/init/rc.board_sensors b/boards/holybro/can-gps-v1/init/rc.board_sensors index 13170a141e..fbc9fa43a4 100644 --- a/boards/holybro/can-gps-v1/init/rc.board_sensors +++ b/boards/holybro/can-gps-v1/init/rc.board_sensors @@ -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