1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 05:45:31 +03:00

Set acc_lpf_hz default back to 10

This commit is contained in:
DieHertz 2017-03-17 02:08:25 +03:00
parent 2e98279369
commit d97a012eca

View file

@ -112,7 +112,7 @@ void accResetFlightDynamicsTrims(void)
void pgResetFn_accelerometerConfig(accelerometerConfig_t *instance)
{
RESET_CONFIG_2(accelerometerConfig_t, instance,
.acc_lpf_hz = 15,
.acc_lpf_hz = 10,
.acc_align = ALIGN_DEFAULT,
.acc_hardware = ACC_DEFAULT
);