gyro_fft: reduce default max

- we're mainly looking for lower frequencies that may be an issue for control
This commit is contained in:
Daniel Agar 2021-03-17 22:40:05 -04:00 committed by Lorenz Meier
parent c7c6122bfd
commit 8000e6feba

View File

@ -60,7 +60,7 @@ PARAM_DEFINE_FLOAT(IMU_GYRO_FFT_MIN, 32.f);
* @reboot_required true
* @group Sensors
*/
PARAM_DEFINE_FLOAT(IMU_GYRO_FFT_MAX, 256.f);
PARAM_DEFINE_FLOAT(IMU_GYRO_FFT_MAX, 192.f);
/**
* IMU gyro FFT length.