mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-25 09:33:35 +05:00
Merge branch 'master' into new-equitherm
This commit is contained in:
@@ -687,7 +687,6 @@ protected:
|
|||||||
targetMaxModulation = settings.dhw.maxModulation;
|
targetMaxModulation = settings.dhw.maxModulation;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (vars.slave.modulation.max != targetMaxModulation) {
|
|
||||||
if (this->setMaxModulationLevel(targetMaxModulation)) {
|
if (this->setMaxModulationLevel(targetMaxModulation)) {
|
||||||
Log.snoticeln(
|
Log.snoticeln(
|
||||||
FPSTR(L_OT), F("Set max modulation: %hhu%% (response: %hhu%%)"),
|
FPSTR(L_OT), F("Set max modulation: %hhu%% (response: %hhu%%)"),
|
||||||
@@ -700,7 +699,6 @@ protected:
|
|||||||
targetMaxModulation, vars.slave.modulation.max
|
targetMaxModulation, vars.slave.modulation.max
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
// Update modulation level
|
// Update modulation level
|
||||||
if (
|
if (
|
||||||
|
|||||||
Reference in New Issue
Block a user