mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Initial dynamic PID implementation
New Defaults and some rework in dynamic PID Cli Fixes Copy / Paste Protection Change Stick threshold Remove differentiator Change Default PIDs
This commit is contained in:
parent
ad756bceb4
commit
a4456ce6b9
7 changed files with 48 additions and 70 deletions
|
@ -1280,8 +1280,8 @@ static bool blackboxWriteSysinfo()
|
|||
masterConfig.profile[masterConfig.current_profile_index].pidProfile.dterm_average_count);
|
||||
break;
|
||||
case 36:
|
||||
blackboxPrintfHeaderLine("dterm_differentiator:%d",
|
||||
masterConfig.profile[masterConfig.current_profile_index].pidProfile.dterm_differentiator);
|
||||
blackboxPrintfHeaderLine("dynamic_pterm:%d",
|
||||
masterConfig.profile[masterConfig.current_profile_index].pidProfile.dynamic_pterm);
|
||||
break;
|
||||
case 37:
|
||||
blackboxPrintfHeaderLine("rollPitchItermResetRate:%d",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue