From d657a4ee834fb859319451b38e04525630a84e20 Mon Sep 17 00:00:00 2001 From: Travis Bottalico Date: Fri, 1 Nov 2019 16:56:30 -0700 Subject: [PATCH] =?UTF-8?q?modalai-fc-v1-=20rotate=20default=20orientation?= =?UTF-8?q?=20180=C2=B0=20yaw?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boards/modalai/fc-v1/init/rc.board_sensors | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/boards/modalai/fc-v1/init/rc.board_sensors b/boards/modalai/fc-v1/init/rc.board_sensors index 4f833a8657..76d4a17955 100644 --- a/boards/modalai/fc-v1/init/rc.board_sensors +++ b/boards/modalai/fc-v1/init/rc.board_sensors @@ -7,16 +7,16 @@ voxlpm -R start # Internal SPI bus ICM-20602 -mpu6000 -R 2 -s -T 20602 start +mpu6000 -R 6 -s -T 20602 start # Internal SPI bus ICM-42688 # TODO # Internal SPI bus BMI088 accel -bmi088 -A start +bmi088 -A -R 4 start # Internal SPI bus BMI088 gyro -bmi088 -G start +bmi088 -G -R 4 start # Possible external compasses ist8310 -C -b 1 start