mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
add rates_type to blackbox header
This commit is contained in:
parent
fde6c680b3
commit
05dc3045ae
1 changed files with 1 additions and 1 deletions
|
@ -1427,7 +1427,7 @@ static bool blackboxWriteSysinfo(void)
|
|||
rcSmoothingData->derivativeCutoffFrequency);
|
||||
BLACKBOX_PRINT_HEADER_LINE("rc_smoothing_rx_average", "%d", rcSmoothingData->averageFrameTimeUs);
|
||||
#endif // USE_RC_SMOOTHING_FILTER
|
||||
|
||||
BLACKBOX_PRINT_HEADER_LINE("rates_type", "%d", currentControlRateProfile->rates_type);
|
||||
|
||||
default:
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue