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

bf2inav.py: clearer error messages, number PWM outputs #9611

Conversation

sensei-hacker
Copy link
Collaborator

@sensei-hacker sensei-hacker commented Jan 1, 2024

For convenience, I added a couple error messages for no such file or directory,
and added PWM output numbers, changing this:

    DEF_TIM(TIM3, CH2, PB5, TIM_USE_OUTPUT_AUTO, 0, 0),
    DEF_TIM(TIM3, CH1, PB4, TIM_USE_OUTPUT_AUTO, 0, 0),

To:

    DEF_TIM(TIM3, CH2, PB5, TIM_USE_OUTPUT_AUTO, 0, 0), // S7
    DEF_TIM(TIM3, CH1, PB4, TIM_USE_OUTPUT_AUTO, 0, 0), // S8

Just because that makes it easier to compare the auto-generated targets, and to keep track of what's what.

@mmosca mmosca merged commit e284bd5 into iNavFlight:mosca-target-converter Jan 1, 2024
14 checks passed
@MrD-RC MrD-RC added this to the 8.0 milestone Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants