mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
TPA added for Yaw // Cleanup unused config params
This commit is contained in:
parent
86c2e12c07
commit
bef46dd120
5 changed files with 2 additions and 22 deletions
|
@ -1295,10 +1295,6 @@ static bool blackboxWriteSysinfo()
|
|||
blackboxPrintfHeaderLine("dterm_lpf_hz:%d",
|
||||
(int)(masterConfig.profile[masterConfig.current_profile_index].pidProfile.dterm_lpf_hz * 100.0));
|
||||
break;
|
||||
case 40:
|
||||
blackboxPrintfHeaderLine("deltaMethod:%d",
|
||||
masterConfig.profile[masterConfig.current_profile_index].pidProfile.deltaMethod);
|
||||
break;
|
||||
case 41:
|
||||
blackboxPrintfHeaderLine("H_sensitivity:%d",
|
||||
masterConfig.profile[masterConfig.current_profile_index].pidProfile.H_sensitivity);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue