mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Configurable Iterm Reset Offset
This commit is contained in:
parent
9e5c5e88c7
commit
90bc67e2cc
5 changed files with 13 additions and 12 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue