mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-19 02:51:47 +02:00
Increase voltage moving average filter window from 10 values to 20 values
This commit is contained in:
parent
83674657b8
commit
5cb25a412a
@ -44,7 +44,7 @@ struct Battery {
|
||||
};
|
||||
|
||||
// Configuration
|
||||
static constexpr int AVERAGING_SAMPLES = 10;
|
||||
static constexpr int AVERAGING_SAMPLES = 20;
|
||||
};
|
||||
|
||||
// Factors concerning Buck-Boost-Converter
|
||||
|
Loading…
x
Reference in New Issue
Block a user