always show setpoint pn RC3x0 - #256

This commit is contained in:
Paul
2020-02-14 14:49:33 +01:00
parent fd24fe3a46
commit 833694a573
3 changed files with 5 additions and 4 deletions

View File

@@ -2155,6 +2155,7 @@ void loop() {
_need_first_publish = false; // reset flag
} else {
// check if we're on auto mode for publishing
// then send EMS values, only if its been flagged to update
if (EMSESP_Settings.publish_time == 0) {
publishEMSValues(false);
}