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

Commit 4341041

Browse files
authored
v1.4.0 to use Ethernet_Generic library
### Releases v1.4.0 1. Use new [Ethernet_Generic library](https://github.com/khoih-prog/Ethernet_Generic) as default for W5x00. 2. Rewrite all the examples to support new features 3. Add example [multiFileProject](examples/multiFileProject) to demo how to avoid `multiple-definitions` linker error for multiple-file project
1 parent ce88b0f commit 4341041

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@
7575
* [12. WebClient](examples/WebClient)
7676
* [13. WebClientRepeating](examples/WebClientRepeating)
7777
* [14. WebServer](examples/WebServer)
78+
* [15. multiFileProject](examples/multiFileProject) **New**
7879
* [HTTP and WebSocket Client New Examples](#http-and-websocket-client-new-examples)
7980
* [ 1. BasicAuthGet](examples/HTTPClient/BasicAuthGet)
8081
* [ 2. CustomHeader](examples/HTTPClient/CustomHeader)
@@ -1555,7 +1556,7 @@ Submit issues to: [EthernetWebServer_STM32 issues](https://github.com/khoih-prog
15551556
10. Optimize library code and examples by using **reference-passing instead of value-passing**
15561557
11. Fix authenticate issue and compiler warnings caused by libb64
15571558
12. Use new [**Ethernet_Generic** library](https://github.com/khoih-prog/Ethernet_Generic) as default for W5x00.
1558-
13. Rewrite and add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project to fix `multiple-definitions` linker error
1559+
13. Rewrite library and add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project to fix `multiple-definitions` linker error
15591560

15601561

15611562
---

0 commit comments

Comments
 (0)