From ac3d16b2b4142d6f7e5966fcc6b4fe8bbff6db5c Mon Sep 17 00:00:00 2001 From: MichaelDvP Date: Fri, 26 May 2023 10:48:30 +0200 Subject: [PATCH] version dev.12, update changelog --- CHANGELOG_LATEST.md | 7 ++++++- platformio.ini | 1 + src/version.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 6bf09662c..b40755b3d 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -17,6 +17,11 @@ There are breaking changes in 3.6.0. Please read carefully before applying the u - Some more HM200 entities [#500](https://github.com/emsesp/EMS-ESP32/issues/500) - Custom Scheduler [#701](https://github.com/emsesp/EMS-ESP32/issues/701) - Custom Entities read from EMS bus +- Build S3 binary with github actions +- Greenstar HIU [#1158](https://github.com/emsesp/EMS-ESP32/issues/1158) +- AM200 code 10 [#1161](https://github.com/emsesp/EMS-ESP32/issues/1161) +- Ventilation device [#1172](https://github.com/emsesp/EMS-ESP32/issues/1172) +- Turn ETH off on wifi connect [#1167](https://github.com/emsesp/EMS-ESP32/issues/1167) ## Fixed @@ -26,7 +31,7 @@ There are breaking changes in 3.6.0. Please read carefully before applying the u ## Changed -- Optional upgrade to platform-espressif32 6.1.0 (after 5.3.0) [#862](https://github.com/emsesp/EMS-ESP32/issues/862) +- Optional upgrade to platform-espressif32 6.3.0 (after 5.3.0) [#862](https://github.com/emsesp/EMS-ESP32/issues/862) - Use byte 3 for detection RC30 active heatingcircuit [#786](https://github.com/emsesp/EMS-ESP32/issues/786) - Write repeated selflowtemp if tx-queue is empty without verify [#954](https://github.com/emsesp/EMS-ESP32/issues/954) - HA discovery recreate after disconnect by device [#1067](https://github.com/emsesp/EMS-ESP32/issues/1067) diff --git a/platformio.ini b/platformio.ini index bff85d4ae..27eea1101 100644 --- a/platformio.ini +++ b/platformio.ini @@ -71,6 +71,7 @@ board_build.filesystem = littlefs build_flags = ${common.build_flags} build_unflags = ${common.unbuild_flags} +; for github Actions actually standard platform is buggy, use dev-platform [env:ci_s3] platform = https://github.com/platformio/platform-espressif32.git framework = arduino diff --git a/src/version.h b/src/version.h index 8afdc2259..f49ccbca4 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.6.0-dev.11" +#define EMSESP_APP_VERSION "3.6.0-dev.12"