improve damping
This commit is contained in:
@ -6,7 +6,8 @@
|
||||
#define AVG60S_SAMPLE_SIZE 60U
|
||||
#define AVG24H_SAMPLE_SIZE 24U
|
||||
#define PRED60S_SAMPLE_SIZE 60U
|
||||
#define DAMPING_FACTOR 0.01f
|
||||
#define DAMPING_FACTOR_WARMER 0.001f
|
||||
#define DAMPING_FACTOR_COLDER 0.005f
|
||||
|
||||
typedef enum _BurnerErrorState
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user