ctzsnooze
ctzsnooze
Many thanks to der_V / RubberQuads for his original idea to add a sustained element to yaw feedforward, based on an exponentially decreasing 'set point' value. This PR implements the...
This PR adds a small re-centering factor to yaw iTerm. The rate of re-centring is proportional to the amount if iTerm on yaw, and can be adjusted using the `iterm_leak`...
This PR is for evaluation of an alternative approach to 'ExLanding'. ** WARNING: The auto-disarm function is enabled in the PR by default, and only works if AirMode is active....
This PR 're-purposes' iTerm windup, setting per-axis limits on iTerm based on pidSum for the axis, rather than limiting iTerm on all axes at once when motorMix is high. The...
This is a 'mashup' build for testing only; its the code I fly day to day at present. It includes: - PR #13488, my EZLanding alternative PR based on PID...
When experimenting with LEDstrips and the new `RACE` mode from [PR 13096](https://github.com/betaflight/betaflight/pull/13096), I found it a bit confusing when changing the 'mode' or 'ledStrip Profile'. We currently have three main...
While testing this grep string tp find the defines we use, ``` grep --exclude-dir=config -Irh '^[^/].*' src/ | grep -wo 'USE_[0-9A-Z_]\+' | sort | uniq ``` If we remove the...
FOR TESTING ONLY !!! DO NOT USE unless you are testing it during development!! Review welcome at this stage only for ideas :-) Intent is to make failsafe work 'nicely'...
Hi A person who used `Actual Rates` instead of `Betaflight Rates` noticed that the labels for roll, for example, remained `RC R RATE`, `ROLL SUPER` and `RC R EXPO`. And...
**_BORKED AT THE MOMENT - DON'T FLY_** **IMPORTANT NOTES** - Must have a good GPS. Check that GPS Rescue works perfectly before trying Position Hold. - It is _strongly recommended_...