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

Fix Default Output Protocol - Airframe 4019_x500_v2 #22131

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

vincentpoont2
Copy link
Contributor

@vincentpoont2 vincentpoont2 commented Sep 25, 2023

Solved Problem

Currently, in master & 1.14.0 RC1, the X500v2 Airframe defaults Main 1-2 output protocol to Unknown: -4
V%R68 1L2UOVSH%RBXQ98`B

It was found that this PR #21841 changed the default output protocol of X500v2 airframe from Aux to Main but forgot to remove the line that set it to DShot param set-default PWM_AUX_TIM0, DShot is not available in Main output (IO PWM) , only Aux (FMU PWM) does.

Removing this line should make default output protocol back to PWM 400 Hz

Remove "param set-default PWM_MAIN_TIM0 -4"
@bkueng bkueng merged commit fafec39 into PX4:main Sep 25, 2023
58 of 85 checks passed
@vincentpoont2
Copy link
Contributor Author

@bkueng Sorry I am not too familar with how to do a proper back port to fix this in 1.14.0 RC2 or stable. Would you be able to help with this?

@bkueng
Copy link
Member

bkueng commented Sep 28, 2023

Done: #22151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants