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

Commit f96bd9a

Browse files
authored
v1.0.0 for ESP32 + LwIP W5500
#### Releases v1.0.0 1. Initial coding to port [ESP_WiFiManager](https://github.com/khoih-prog/ESP_WiFiManager) to ESP32 boards using `LwIP W5500 Ethernet`. 2. Use `allman astyle`
1 parent 454bf19 commit f96bd9a

File tree

2 files changed

+0
-22
lines changed

2 files changed

+0
-22
lines changed

library.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,18 +23,6 @@
2323
]
2424
},
2525
"dependencies": [
26-
{
27-
"owner": "me-no-dev",
28-
"name": "AsyncTCP",
29-
"version": ">=1.1.1",
30-
"platforms": ["espressif32"]
31-
},
32-
{
33-
"owner": "me-no-dev",
34-
"name": "ESP Async WebServer",
35-
"version": ">=1.2.3",
36-
"platforms": ["espressif8266", "espressif32"]
37-
},
3826
{
3927
"owner": "khoih-prog",
4028
"name": "WebServer_ESP32_W5500",

platformio/platformio.ini

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,10 @@ lib_ldf_mode = chain+
3636

3737
lib_deps =
3838
; PlatformIO 4.x
39-
; ESP Async WebServer@>=1.2.3
40-
; https://github.com/khoih-prog/ESPAsyncWebServer
41-
; ESPAsyncTCP@>=1.2.2
42-
; https://github.com/khoih-prog/ESPAsyncTCP
43-
; AsyncTCP@>=1.1.1
4439
; ESP_DoubleResetDetector@>=1.3.2
4540
; WebServer_ESP32_W5500@>=1.5.1
4641

4742
; PlatformIO 5.x
48-
; me-no-dev/ESP Async WebServer@>=1.2.3
49-
https://github.com/khoih-prog/ESPAsyncWebServer
50-
; me-no-dev/ESPAsyncTCP@>=1.2.2
51-
https://github.com/khoih-prog/ESPAsyncTCP
52-
me-no-dev/AsyncTCP@>=1.1.1
5343
khoih-prog/ESP_DoubleResetDetector@>=1.3.2
5444
khoih-prog/WebServer_ESP32_W5500@>=1.5.1
5545

0 commit comments

Comments
 (0)