mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Remove d min confusion (#13908)
* rename dMin, remove D_MIN_GAIN_MAX * rename vars * fix logic * fix logic * Revert "fix tests" This reverts commitc518c9c444
. * Revert "add yaw and other adjustment cases" This reverts commit2cacd4b360
. * Revert "fix unit test" This reverts commit3d88f4158a
. * Revert "fix D adjustments change dmax instead of D" This reverts commit7ee4e7f8af
. * Revert "Fix telemetry for Spektrum/SRXL (#13814)" This reverts commit04fe4b4461
. * review adjustments and test fixes * Reapply "Fix telemetry for Spektrum/SRXL (#13814)" This reverts commiteb7f8ee0fd
. * fix logic * Apply suggestions from code review Co-authored-by: Jan Post <Rm2k-Freak@web.de> Co-authored-by: Mark Haslinghuis <mark@numloq.nl> * fix d_max slider --------- Co-authored-by: Jan Post <Rm2k-Freak@web.de> Co-authored-by: Mark Haslinghuis <mark@numloq.nl>
This commit is contained in:
parent
c0c24d7f52
commit
908f9cc32d
16 changed files with 143 additions and 154 deletions
|
@ -76,7 +76,7 @@ typedef enum {
|
|||
DEBUG_RX_SPEKTRUM_SPI,
|
||||
DEBUG_DSHOT_RPM_TELEMETRY,
|
||||
DEBUG_RPM_FILTER,
|
||||
DEBUG_D_MIN,
|
||||
DEBUG_D_MAX,
|
||||
DEBUG_AC_CORRECTION,
|
||||
DEBUG_AC_ERROR,
|
||||
DEBUG_DUAL_GYRO_SCALED,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue