You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -279,8 +279,8 @@ Check [`EthernetWebServer Library Issue: Support for STM32F Series`](https://git
279
279
-[`Ethernet2 library v1.0.4+`](https://github.com/khoih-prog/Ethernet2) for W5500. [](https://github.com/adafruit/Ethernet2/releases/latest)
280
280
-[`Ethernet3 library v1.5.5+`](https://github.com/sstaub/Ethernet3) for W5500/WIZ550io/WIZ850io/USR-ES1 with Wiznet W5500 chip. [](https://github.com/sstaub/Ethernet3/releases/latest)
281
281
6. For ENC28J60 Ethernet:
282
-
-[`EthernetENC library v2.0.1+`](https://github.com/jandrassy/EthernetENC) for ENC28J60. [](https://github.com/jandrassy/EthernetENC/releases/latest). **New and Better**
283
-
-[`UIPEthernet library v2.0.10+`](https://github.com/UIPEthernet/UIPEthernet) for ENC28J60. [](https://github.com/UIPEthernet/UIPEthernet/releases/latest)
282
+
-[`EthernetENC library v2.0.2+`](https://github.com/jandrassy/EthernetENC) for ENC28J60. [](https://github.com/jandrassy/EthernetENC/releases/latest). **New and Better**
283
+
-[`UIPEthernet library v2.0.11+`](https://github.com/UIPEthernet/UIPEthernet) for ENC28J60. [](https://github.com/UIPEthernet/UIPEthernet/releases/latest)
284
284
285
285
286
286
---
@@ -1367,7 +1367,7 @@ Following is debug terminal output and screen shot when running example [Advance
1367
1367
1368
1368
```
1369
1369
Start AdvancedWebServer on NUCLEO_F767ZI, using LAN8742A Ethernet & STM32Ethernet Library
1370
-
EthernetWebServer_STM32 v1.3.2
1370
+
EthernetWebServer_STM32 v1.3.3
1371
1371
HTTP EthernetWebServer is @ IP : 192.168.2.117
1372
1372
EthernetWebServer::handleClient: New Client
1373
1373
method: GET
@@ -1491,7 +1491,7 @@ The following is debug terminal output when running example [WebClientRepeating]
1491
1491
1492
1492
```
1493
1493
Start WebClientRepeating on NUCLEO_F767ZI, using ENC28J60 & EthernetENC Library
@@ -2038,7 +2038,7 @@ Submit issues to: [EthernetWebServer_STM32 issues](https://github.com/khoih-prog
2038
2038
8. Add support to **Ethernet LAN8720** using [STM32Ethernet library](https://github.com/stm32duino/STM32Ethernet), for boards such as **Nucleo-144 (F429ZI, NUCLEO_F746NG, NUCLEO_F746ZG, NUCLEO_F756ZG), Discovery (DISCO_F746NG)** and **STM32F4 boards (BLACK_F407VE, BLACK_F407VG, BLACK_F407ZE, BLACK_F407ZG, BLACK_F407VE_Mini, DIYMORE_F407VGT, FK407M1)**
2039
2039
9. Reduce usage of Arduino String with std::string
2040
2040
10. Optimize library code and examples by using **reference-passing instead of value-passing**
2041
-
2041
+
11. Fix authenticate issue and compiler warmings caused by libb64
0 commit comments