feat: new equitherm algorithm and chart for it (#144)

This commit is contained in:
P43YM
2025-02-28 23:21:55 +03:00
committed by GitHub
parent 4457e16a8f
commit e5f4281d4c
10 changed files with 263 additions and 19 deletions

View File

@@ -137,6 +137,7 @@ struct Settings {
float n_factor = 0.7f;
float k_factor = 3.0f;
float t_factor = 2.0f;
float e_factor = 1.3f;
} equitherm;
struct {