mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Merge remote-tracking branch 'borisbstyle/betaflight' into blackbox-enhancements
This commit is contained in:
commit
e3ea79ce97
12 changed files with 59 additions and 97 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