Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit ce39be5

Browse files
authored
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`
1 parent 598f1cc commit ce39be5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ paragraph=This Library is used for configuring ESP32_S2/S3/C3 + LwIP W5500 Crede
88
category=Communication
99
url=https://github.com/khoih-prog/AsyncESP32_SC_Ethernet_Manager
1010
architectures=esp32
11-
depends=ESP_DoubleResetDetector, WebServer_ESP32_SC_W5500, WebServer_SC_ESP32_ENC
11+
depends=ESP_DoubleResetDetector, WebServer_ESP32_SC_W5500, WebServer_ESP32_SC_ENC
1212
includes=AsyncESP32_SC_Ethernet_Manager.h, AsyncESP32_SC_Ethernet_Manager.hpp

platformio/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ lib_deps =
4646
; AsyncTCP@>=1.1.1
4747
; ESP_DoubleResetDetector@>=1.3.2
4848
; WebServer_ESP32_SC_W5500@>=1.0.1
49-
; WebServer_SC_ESP32_ENC@>=1.0.0
49+
; WebServer_ESP32_SC_ENC@>=1.0.0
5050

5151
; PlatformIO 5.x
5252
; me-no-dev/ESP Async WebServer@>=1.2.3
@@ -56,7 +56,7 @@ lib_deps =
5656
me-no-dev/AsyncTCP@>=1.1.1
5757
khoih-prog/ESP_DoubleResetDetector@>=1.3.2
5858
khoih-prog/WebServer_ESP32_SC_W5500@>=1.0.1
59-
khoih-prog/WebServer_SC_ESP32_ENC@>=1.0.0
59+
khoih-prog/WebServer_ESP32_SC_ENC@>=1.0.0
6060

6161
; ============================================================
6262
build_flags =

0 commit comments

Comments
 (0)