Merge branch 'emsesp:dev' into dev

This commit is contained in:
Proddy
2022-02-13 13:01:18 +01:00
committed by GitHub
4 changed files with 10 additions and 10 deletions

View File

@@ -600,8 +600,8 @@ void EMSESP::publish_device_values(uint8_t device_type) {
Mqtt::publish(Mqtt::tag_to_topic(device_type, hc_tag), json);
}
}
need_publish = false;
}
need_publish = false;
}
}

View File

@@ -1 +1 @@
#define EMSESP_APP_VERSION "3.4.0b4"
#define EMSESP_APP_VERSION "3.4.0b5"