diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index cb5e05e25..dab01489b 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -22,7 +22,8 @@ - custom variables [#1423](https://github.com/emsesp/EMS-ESP32/issues/1423) - weather compensation [#1642](https://github.com/emsesp/EMS-ESP32/issues/1642) - env and partitions for DevKitC-1-N32R8 [#1635](https://github.com/emsesp/EMS-ESP32/discussions/1635) -- command `restart other` and button long press to start with other partition [#1657](https://github.com/emsesp/EMS-ESP32/issues/1657) +- command `restart partitionname` and button long press to start with other partition [#1657](https://github.com/emsesp/EMS-ESP32/issues/1657) +- command `set service ` [#1663](https://github.com/emsesp/EMS-ESP32/issues/1663) ## Fixed @@ -46,4 +47,5 @@ - Length of mqtt Broker adress [#1619](https://github.com/emsesp/EMS-ESP32/issues/1619) - C++ optimizations - see - Send MQTT heartbeat immediately after connection [#1628](https://github.com/emsesp/EMS-ESP32/issues/1628) -- 16MB partitions with second nvs, larger FS, Coredump +- 16MB partitions with second nvs, larger FS, Coredump, optional factory partition +- stop fetching empty telegrams after 5 min diff --git a/src/version.h b/src/version.h index 245a6b5a4..f186bb10a 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.6.5-dev.17" +#define EMSESP_APP_VERSION "3.6.5-dev.18"