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

Commit

Permalink
v1.0.0 for ESP32_S3 + LwIP W5500 / ENC28J60
Browse files Browse the repository at this point in the history
#### 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`
  • Loading branch information
khoih-prog committed Dec 15, 2022
1 parent 598f1cc commit ce39be5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 =
Expand Down

0 comments on commit ce39be5

Please sign in to comment.