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

Commit d5add8f

Browse files
authored
Update README.md
1 parent 092d5b4 commit d5add8f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
1. Add support to ***W5x00*** Ethernet shields to all STM32 boards having 64+K bytes Flash.
88

99
This library currently supports
10-
1. STM32 boards with built-in Ethernet such as :
10+
1. STM32 boards with built-in Ethernet LAN8742A such as :
1111
- ***Nucleo-144 (F429ZI, F767ZI)***
1212
- ***Discovery (STM32F746G-DISCOVERY)***
1313
- ***All STM32 Boards with Built-in Ethernet***, See [How To Use Built-in Ethernet](https://github.com/khoih-prog/EthernetWebServer_STM32/issues/1)
1414
2. ***STM32 boards (with 64+K Flash) running ENC28J60 shields***
1515
3. ***STM32 boards (with 64+K Flash) running W5x00 shields***
1616
4. See [EthernetWebServer Library Issue 1](https://github.com/khoih-prog/EthernetWebServer/issues/1) for reason to create this separate library from [EthernetWebServer library](https://github.com/khoih-prog/EthernetWebServer)
1717

18-
This is simple yet complete WebServer library for `STM32` boards running built-in Ethernet (Nucleo-144, Discovery) or EMC28J60 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.
18+
This is simple yet complete WebServer library for `STM32` boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery) or EMC28J60 Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.
1919

2020
The library supports
2121
1. HTTP Server and Client
@@ -344,10 +344,10 @@ HTTP EthernetWebServer is @ IP : 192.168.2.100
344344
345345
### Version v1.0.0
346346
347-
This is simple yet complete WebServer library for `STM32` boards running built-in Ethernet (Nucleo-144, Discovery) or EMC28J60 Ethernet shields. ***The functions are similar and compatible to ESP8266/ESP32 WebServer libraries*** to make life much easier to port sketches from ESP8266/ESP32.
347+
This is simple yet complete WebServer library for `STM32` boards running built-in Ethernet LAN8742A (Nucleo-144, Discovery) or EMC28J60 Ethernet shields. ***The functions are similar and compatible to ESP8266/ESP32 WebServer libraries*** to make life much easier to port sketches from ESP8266/ESP32.
348348
349349
This library currently supports
350-
1. STM32 boards with built-in Ethernet such as :
350+
1. STM32 boards with built-in Ethernet LAN8742A such as :
351351
- Nucleo-144 (F429ZI, F767ZI)
352352
- Discovery (STM32F746G-DISCOVERY)
353353
- All STM32 Boards with Built-in Ethernet, See [How To Use Built-in Ethernet](https://github.com/khoih-prog/EthernetWebServer_STM32/issues/1)

0 commit comments

Comments
 (0)