From ce39be5b16f8d006063df94ecaf1013765f76a83 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 14 Dec 2022 22:30:22 -0500 Subject: [PATCH] v1.0.0 for `ESP32_S3 + LwIP W5500 / ENC28J60` #### Releases v1.0.0 1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP32_S3 boards using `LwIP W5500 / ENC28J60 Ethernet`. 2. Use `allman astyle` --- library.properties | 2 +- platformio/platformio.ini | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/library.properties b/library.properties index ede09d4..80e7a43 100644 --- a/library.properties +++ b/library.properties @@ -8,5 +8,5 @@ paragraph=This Library is used for configuring ESP32_S2/S3/C3 + LwIP W5500 Crede category=Communication url=https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager architectures=esp32 -depends=ESP_DoubleResetDetector, WebServer_ESP32_SC_W5500, WebServer_SC_ESP32_ENC +depends=ESP_DoubleResetDetector, WebServer_ESP32_SC_W5500, WebServer_ESP32_SC_ENC includes=AsyncESP32_SC_Ethernet_Manager.h, AsyncESP32_SC_Ethernet_Manager.hpp diff --git a/platformio/platformio.ini b/platformio/platformio.ini index f1f70ce..a6b91d0 100644 --- a/platformio/platformio.ini +++ b/platformio/platformio.ini @@ -46,7 +46,7 @@ lib_deps = ; AsyncTCP@>=1.1.1 ; ESP_DoubleResetDetector@>=1.3.2 ; WebServer_ESP32_SC_W5500@>=1.0.1 -; WebServer_SC_ESP32_ENC@>=1.0.0 +; WebServer_ESP32_SC_ENC@>=1.0.0 ; PlatformIO 5.x ; me-no-dev/ESP Async WebServer@>=1.2.3 @@ -56,7 +56,7 @@ lib_deps = me-no-dev/AsyncTCP@>=1.1.1 khoih-prog/ESP_DoubleResetDetector@>=1.3.2 khoih-prog/WebServer_ESP32_SC_W5500@>=1.0.1 - khoih-prog/WebServer_SC_ESP32_ENC@>=1.0.0 + khoih-prog/WebServer_ESP32_SC_ENC@>=1.0.0 ; ============================================================ build_flags =