-
Notifications
You must be signed in to change notification settings - Fork 71
Betaflight changes to 160315 #114
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
Conversation
Cleanup temp files and add them to .gitignore
Output all profiles and rateprofiles in cli dump
# Conflicts: # src/main/io/rc_controls.h # src/main/io/serial_cli.c # src/main/io/serial_msp.c # src/main/version.h
I like the idea of enabling use_pwm_rate by default. Setting the PWM rate to 2.6KHz should be safe for all OS125 and MS ESCs. The RFC will need an update to support this. |
Can confirm working for Sparky2 with no oneshot, can't test Revo due to ripping of my usb port from it :( |
Is everyone happy for this to be merged? |
ok from me on targets i could verify :) |
Enabling use_pwm_rate by default will cause brushed motors to start during FC initialization. |
Hi @MJ666 - it is only enabled by default for F4 targets 👍 |
You can see here #117 we have bushed F4 targets but I have an fix in the PWM PR. |
This has an issue where looptime is too quick for Oneshot125. use_pwm_rate must be enabled for oneshot to work.
Will look to enabling by default and setting it at a safe minimum for 125 to work.