Skip to content

Commit

Permalink
rc.sensors: try starting iis2mdc
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexKlimaj committed Jan 29, 2025
1 parent 1eb9d05 commit 43c85db
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ROMFS/px4fmu_common/init.d/rc.sensors
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,12 @@ then

# compasses
hmc5883 -T -X -q start
if ! iis2mdc -X -q start
then
lis2mdl -X -q start
fi
ist8308 -X -q start
ist8310 -X -q start
lis2mdl -X -q start
if ! lis3mdl -X -q start
then
lis3mdl -X -q -a 0x1c start
Expand Down

0 comments on commit 43c85db

Please sign in to comment.