Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions boards/px4/fmu-v6xrt/init/rc.board_sensors
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,11 @@ then
bmm350 -I start
fi

# External compass on GPS1/I2C1 (the 3rd external bus): standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer)
ist8310 -X -b 1 -R 10 start
# External compass on GPS1/I2C1 (the 3rd external bus): standard Holybro Pixhawk 4 or CUAV V5 GPS/compass puck (with lights, safety button, and buzzer) or Agam GNSS v1.0
if ! ist8310 -X -b 1 -R 10 start
then
bmm350 -X -b 1 start
fi

# Possible internal Baro

Expand Down
Loading