mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-18 22:05:17 +03:00
Set acc_lpf_hz default back to 10
This commit is contained in:
parent
2e98279369
commit
d97a012eca
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ void accResetFlightDynamicsTrims(void)
|
||||||
void pgResetFn_accelerometerConfig(accelerometerConfig_t *instance)
|
void pgResetFn_accelerometerConfig(accelerometerConfig_t *instance)
|
||||||
{
|
{
|
||||||
RESET_CONFIG_2(accelerometerConfig_t, instance,
|
RESET_CONFIG_2(accelerometerConfig_t, instance,
|
||||||
.acc_lpf_hz = 15,
|
.acc_lpf_hz = 10,
|
||||||
.acc_align = ALIGN_DEFAULT,
|
.acc_align = ALIGN_DEFAULT,
|
||||||
.acc_hardware = ACC_DEFAULT
|
.acc_hardware = ACC_DEFAULT
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue