From 159810692aeaaf1199b1b18dc35003b14c0ff5df Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Thu, 15 Dec 2022 22:41:18 -0500 Subject: [PATCH] v1.0.0 for `ESP32_S3 + LwIP W5500` #### Releases v1.0.0 1. Initial coding to port `synchronous` [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP32_S3 boards using `LwIP W5500 Ethernet`. 2. Use `allman astyle` --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 717cbc2..0d71d58 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,8 @@ * [Debug](#debug) * [Troubleshooting](#troubleshooting) * [Issues](#issues) +* [TO DO](#to-do) +* [DONE](#done) * [Contributions and Thanks](#contributions-and-thanks) * [Contributing](#contributing) * [License and credits](#license-and-credits) @@ -2203,6 +2205,8 @@ Submit issues to: [ESP32_SC_W5500_Manager issues](https://github.com/khoih-prog/ 2. Add support to **ESP32_S2 and ESP32_C3-based boards** using `LwIP W5500 Ethernet` 3. Add support to **ESP32_S2 and ESP32_C3-based boards** using `LwIP ENC28J60 Ethernet` +--- + ### DONE 1. Add support to **ESP32S3-based boards** using `LwIP W5500 Ethernet`