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

Commit 7d7ebfe

Browse files
authored
v1.0.0 for ESP8266 + LwIP W5x00 / ENC28J60
#### Releases v1.0.0 1. Initial coding to port [ESPAsync_WiFiManager](https://github.com/khoih-prog/ESPAsync_WiFiManager) to ESP8266 boards using `LwIP W5500 / W5100(S) / ENC28J60 Ethernet`. 2. Use `allman astyle`
1 parent a42e934 commit 7d7ebfe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1676,9 +1676,10 @@ Just add the bit you want added as the last parameter to the custom parameter co
16761676
ESPAsync_EMParameter custom_mqtt_server("server", "mqtt server", "iot.eclipse", 40, " readonly");
16771677
```
16781678

1679+
---
1680+
---
16791681

1680-
1681-
#### How to connect W5x00 or ENC28J60 to ESP8266
1682+
### How to connect W5x00 or ENC28J60 to ESP8266
16821683

16831684
You can change the `CS/SS` pin to another one. Default is `GPIO16`
16841685

0 commit comments

Comments
 (0)