- Use incremental moving average calculation (#10)
- Removed
IncreaseStartPwmAfter
config option without replacement
Note: The new implementation for calculating the moving average with the same rollingWindowSize
seems to react much slower to changes compared to the previous method. It is therefore a good idea to lower the rollingWindowSize
when upgrading (if you have set it manually that is, the default was lowered already).