From a6133d400f5b3fb2e4a52e0c5495c33759ec9706 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 28 Dec 2023 18:43:29 +0100 Subject: [PATCH 1/4] lock AsyncTCP-esphome to 2.0.1 to avoid compile errors --- platformio.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/platformio.ini b/platformio.ini index b6a00bc..b249ef8 100644 --- a/platformio.ini +++ b/platformio.ini @@ -26,6 +26,7 @@ lib_deps = ttlappalainen/NMEA2000-library @ 4.18.9 ttlappalainen/NMEA0183 @ 1.9.1 ArduinoJson @ 6.18.5 + AsyncTCP-esphome @ 2.0.1 ottowinter/ESPAsyncWebServer-esphome@2.0.1 fastled/FastLED @ 3.6.0 FS From 05f66ce908d741d8102a4e2de9abde7b62ff7c26 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 28 Dec 2023 18:45:52 +0100 Subject: [PATCH 2/4] prepare release 20231228 --- Readme.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Readme.md b/Readme.md index 54c75b0..42f20c9 100644 --- a/Readme.md +++ b/Readme.md @@ -165,6 +165,9 @@ For details refer to the [example description](lib/exampletask/Readme.md). Changelog --------- +[20231228](../../releases/tag/20231228) +********** +* lock AsyncTCP-esphome to 2.0.1 to avoid compile errors [20231105](../../releases/tag/20231105) ********** * support for ESP32-S3 From 00c3d97eef1529a69fb56f2210c6e203990458b4 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 28 Dec 2023 18:48:44 +0100 Subject: [PATCH 3/4] prepare release 20231228 --- Readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Readme.md b/Readme.md index 42f20c9..b4a63a6 100644 --- a/Readme.md +++ b/Readme.md @@ -168,6 +168,7 @@ Changelog [20231228](../../releases/tag/20231228) ********** * lock AsyncTCP-esphome to 2.0.1 to avoid compile errors +* own main loop to avoid deadlocks with serial send in user tasks [20231105](../../releases/tag/20231105) ********** * support for ESP32-S3 From d6b14efe30bbb9f9f72b4e1e38c2748e6428deb8 Mon Sep 17 00:00:00 2001 From: andreas Date: Thu, 28 Dec 2023 18:55:21 +0100 Subject: [PATCH 4/4] correct readme --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index b4a63a6..6d42c98 100644 --- a/Readme.md +++ b/Readme.md @@ -55,7 +55,7 @@ Installation In the [release section](../../releases) you can find a couple of pre-build binaries.
They are devided into binaries for an initial flash (xxx-all.bin) and binaries for updating an existing device (xxx-update.bin). -For other Hardware refer to the [online build service](https://circleci.com/). +For other Hardware refer to the [online build service](doc/BuildService.md). Initial Flash *************