feature: use pid in emergency mode

This commit is contained in:
Yurii
2023-12-19 16:44:54 +03:00
parent c87e08c6af
commit 4bf3b575db
5 changed files with 89 additions and 5 deletions

View File

@@ -28,6 +28,7 @@ struct Settings {
bool enable = true;
float target = 40.0f;
bool useEquitherm = false;
bool usePid = false;
} emergency;
struct {