Updated target config.c files
This commit is contained in:
parent
78e6130aab
commit
7781ae1e04
|
@ -43,10 +43,10 @@ void targetConfiguration(master_t *config)
|
|||
|
||||
config->motorConfig.minthrottle = 1049;
|
||||
|
||||
config->gyro_lpf = GYRO_LPF_188HZ;
|
||||
config->gyro_soft_lpf_hz = 100;
|
||||
config->gyro_soft_notch_hz_1 = 0;
|
||||
config->gyro_soft_notch_hz_2 = 0;
|
||||
config->gyroConfig.gyro_lpf = GYRO_LPF_188HZ;
|
||||
config->gyroConfig.gyro_soft_lpf_hz = 100;
|
||||
config->gyroConfig.gyro_soft_notch_hz_1 = 0;
|
||||
config->gyroConfig.gyro_soft_notch_hz_2 = 0;
|
||||
|
||||
/*for (int channel = 0; channel < NON_AUX_CHANNEL_COUNT; channel++) {
|
||||
config->rxConfig.channelRanges[channel].min = 1180;
|
||||
|
|
Loading…
Reference in New Issue