update readme

This commit is contained in:
Yurii
2022-11-17 04:14:28 +03:00
parent 14d877621e
commit 493490895c
2 changed files with 29 additions and 1 deletions

View File

@@ -41,7 +41,7 @@ struct Settings {
bool enable = false;
float n_factor = 0.67f;
float k_factor = 1.0f;
float t_factor = 0.0f;
float t_factor = 5.0f;
} equitherm;
} settings;