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

Commit 3e8de75

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 df4898b commit 3e8de75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
* [Custom IP Configuration](#custom-ip-configuration)
9191
* [Custom Station (client) Static IP Configuration](#custom-station-client-static-ip-configuration)
9292
* [Custom HTML, CSS, Javascript](#custom-html-css-javascript)
93-
* [How to connect W5500 or ENC28J60 to ESP32](#How-to-connect-W5500-or-ENC28J60-to-ESP32)
93+
* [How to connect W5500 or ENC28J60 to ESP32_S3](#How-to-connect-W5500-or-ENC28J60-to-ESP32_S3)
9494
* [Examples](#examples)
9595
* [Async_ConfigOnSwitch](examples/Async_ConfigOnSwitch)
9696
* [Async_ConfigOnSwitchFS](examples/Async_ConfigOnSwitchFS)
@@ -1867,7 +1867,7 @@ ESPAsync_EMParameter custom_mqtt_server("server", "mqtt server", "iot.eclipse",
18671867
---
18681868
---
18691869

1870-
#### How to connect W5500 or ENC28J60 to ESP8266
1870+
#### How to connect W5500 or ENC28J60 to ESP32_S3
18711871

18721872
You can change the `INT` pin to another one. Default is `GPIO4`
18731873

0 commit comments

Comments
 (0)