From c55df5eb46d6a03c5ef83a17cf5f27e0b9ead915 Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Wed, 30 Nov 2022 21:29:22 -0500 Subject: [PATCH] v1.8.0 for ESP32 with W5500 and ENC28J60 ### Releases v1.8.0 1. Add support to ESP32 boards using `LwIP W5500 Ethernet` 2. Add support to ESP32 boards using `LwIP ENC28J60 Ethernet` 3. Use `allman astyle` and add `utils`. Restyle the library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cca732..1813817 100644 --- a/README.md +++ b/README.md @@ -486,7 +486,7 @@ https://github.com/khoih-prog/AsyncMQTT_Generic/blob/6a9d4e6e3701f35e3c7a4619599 This is the wiring for ESP8266 `W5500` or `ENC28J60` Ethernet when using `SS = GPIO5` -https://github.com/khoih-prog/AsyncMQTT_Generic/blob/f848a405a49ac1a893a96f0332c2c6d7f4b0e65f/examples/ESP32_W5500/FullyFeaturedSSL_ESP32_W5500/defines.h#L21-L32 +https://github.com/khoih-prog/AsyncMQTT_Generic/blob/f848a405a49ac1a893a96f0332c2c6d7f4b0e65f/examples/ESP32_W5500/FullyFeaturedSSL_ESP32_W5500/defines.h#L26-L32 |W5x00/ENC28J60 Ethernet|<--->|ESP32|