mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 00:35:39 +03:00
Increase voltage/current cutoff frequencies
Increase IBAT_LPF_FREQ and VBAT_LPF_FREQ
This commit is contained in:
parent
d3aa5855ce
commit
6770bbafca
2 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ void currentMeterReset(currentMeter_t *meter)
|
|||
// ADC/Virtual shared
|
||||
//
|
||||
|
||||
#define IBAT_LPF_FREQ 0.4f
|
||||
#define IBAT_LPF_FREQ 2.0f
|
||||
static biquadFilter_t adciBatFilter;
|
||||
|
||||
#ifndef CURRENT_METER_SCALE_DEFAULT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue