1
0
Fork 0
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:
Hans Christian Olaussen 2019-01-13 17:41:48 +01:00
parent d3aa5855ce
commit 6770bbafca
2 changed files with 2 additions and 2 deletions

View file

@ -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