mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-05-19 11:01:46 +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
|
// Configuration
|
||||||
static constexpr int AVERAGING_SAMPLES = 10;
|
static constexpr int AVERAGING_SAMPLES = 20;
|
||||||
};
|
};
|
||||||
|
|
||||||
// Factors concerning Buck-Boost-Converter
|
// Factors concerning Buck-Boost-Converter
|
||||||
|
Loading…
x
Reference in New Issue
Block a user