From 46a7b271273aa501c68ccc53da0b5d995c8b32e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Tue, 17 Dec 2019 08:11:21 +0100 Subject: [PATCH] kakutef7: fix baro startup The bmp280 is on the expansion bus (that is both internal & external) --- boards/holybro/kakutef7/init/rc.board_sensors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/holybro/kakutef7/init/rc.board_sensors b/boards/holybro/kakutef7/init/rc.board_sensors index c294458e08..9eefc5393b 100644 --- a/boards/holybro/kakutef7/init/rc.board_sensors +++ b/boards/holybro/kakutef7/init/rc.board_sensors @@ -12,7 +12,7 @@ then fi # Internal Baro -bmp280 -I start +bmp280 start # Possible external compasses ist8310 -C -b 1 start