1
0
Fork 0
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:
Gary Keeble 2016-05-09 14:50:44 +01:00
commit a4af3d301d
5 changed files with 13 additions and 12 deletions

View file

@ -1296,8 +1296,8 @@ static bool blackboxWriteSysinfo()
(int)(masterConfig.profile[masterConfig.current_profile_index].pidProfile.dterm_lpf_hz * 100.0f));
break;
case 40:
blackboxPrintfHeaderLine("H_sensitivity:%d",
masterConfig.profile[masterConfig.current_profile_index].pidProfile.H_sensitivity);
blackboxPrintfHeaderLine("iterm_reset_offset:%d",
masterConfig.profile[masterConfig.current_profile_index].pidProfile.itermResetOffset);
break;
case 41:
blackboxPrintfHeaderLine("deadband:%d", masterConfig.rcControlsConfig.deadband);