slow down damping
This commit is contained in:
@ -6,8 +6,8 @@
|
||||
#define AVG60S_SAMPLE_SIZE 60U
|
||||
#define AVG24H_SAMPLE_SIZE 24U
|
||||
#define PRED60S_SAMPLE_SIZE 60U
|
||||
#define DAMPING_FACTOR_WARMER 0.001f
|
||||
#define DAMPING_FACTOR_COLDER 0.005f
|
||||
#define DAMPING_FACTOR_WARMER 0.00001f // 0.001%
|
||||
#define DAMPING_FACTOR_COLDER 0.00005f // 0.005%
|
||||
|
||||
typedef enum _BurnerErrorState
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user