Increase voltage moving average filter window from 10 values to 20 values

This commit is contained in:
Phillip Kühne 2025-02-14 21:19:36 +01:00
parent 83674657b8
commit 5cb25a412a
Signed by: phillip
GPG Key ID: E4C1C4D2F90902AA

View File

@ -44,7 +44,7 @@ struct Battery {
};
// Configuration
static constexpr int AVERAGING_SAMPLES = 10;
static constexpr int AVERAGING_SAMPLES = 20;
};
// Factors concerning Buck-Boost-Converter