1
0
Fork 0
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:
borisbstyle 2016-04-27 22:15:39 +02:00
parent 86c2e12c07
commit bef46dd120
5 changed files with 2 additions and 22 deletions

View file

@ -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);