diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 1c68f664c..016532ba7 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -8,12 +8,13 @@ - power entities - optional input of BSSID for AP connection -- message "no entries" in info of scheduler/custom/analogsnesor/temperaturesensor +- return empty json if no entries in scheduler/custom/analogsnesor/temperaturesensor ## Fixed - wifi full scan to get strongest AP +- add missing dhw tags ## Changed -- dont queue publish on change messages, but keep changed flag to send after reconnect +- mqtt queue max 300 messages, check heap and maxAlloc diff --git a/src/version.h b/src/version.h index 1a605c594..4331eb523 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.6.2-dev.1a" +#define EMSESP_APP_VERSION "3.6.2-dev.2"