Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update 4401_ssrc_fog_x_tmotor mag0 prio #848

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
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
4 changes: 2 additions & 2 deletions ROMFS/px4fmu_common/init.d/airframes/4401_ssrc_fog_x_tmotor
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ param set-default BAT2_CAPACITY 22000
# Enable LL40LS in i2c
param set-default SENS_EN_LL40LS 2

# Disable internal magnetometer
param set CAL_MAG0_PRIO 0
danielhtii marked this conversation as resolved.
Show resolved Hide resolved
# Low priority for internal magnetometer
param set-default CAL_MAG0_PRIO 25

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As you commented, unless you want to disable the mag, just remove this line altogether.


# LEDs on TELEMETRY 1
param set-default SER_TEL1_BAUD 57600
Expand Down
Loading