Merge branch 'master' into async

This commit is contained in:
Yurii
2025-12-21 12:33:43 +03:00
26 changed files with 1120 additions and 508 deletions

View File

@@ -294,7 +294,7 @@ protected:
emergencyFlags |= 0b00000010;
}
if (settings.opentherm.options.nativeHeatingControl) {
if (settings.opentherm.options.nativeOTC) {
emergencyFlags |= 0b00000100;
}
}