mirror of
https://gitlab.dit.htwk-leipzig.de/phillip.kuehne/dezibot.git
synced 2025-07-04 17:51:41 +02:00
Increase voltage moving average filter window from 10 values to 20 values
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user