mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-23 16:25:26 +03:00
updated default
This commit is contained in:
parent
878360e33e
commit
888fd3f76c
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ void pgResetFn_accelerometerConfig(accelerometerConfig_t *instance)
|
|||
.acc_hardware = ACC_AUTODETECT,
|
||||
.acc_lpf_hz = 15,
|
||||
.acc_notch_hz = 0,
|
||||
.acc_notch_cutoff = 0
|
||||
.acc_notch_cutoff = 1
|
||||
);
|
||||
RESET_CONFIG_2(flightDynamicsTrims_t, &instance->accZero,
|
||||
.raw[X] = 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue