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

Commit

Permalink
v1.4.0 to use Ethernet_Generic library
Browse files Browse the repository at this point in the history
### 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
  • Loading branch information
khoih-prog authored Apr 5, 2022
1 parent ce88b0f commit 4341041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
* [12. WebClient](examples/WebClient)
* [13. WebClientRepeating](examples/WebClientRepeating)
* [14. WebServer](examples/WebServer)
* [15. multiFileProject](examples/multiFileProject) **New**
* [HTTP and WebSocket Client New Examples](#http-and-websocket-client-new-examples)
* [ 1. BasicAuthGet](examples/HTTPClient/BasicAuthGet)
* [ 2. CustomHeader](examples/HTTPClient/CustomHeader)
Expand Down Expand Up @@ -1555,7 +1556,7 @@ Submit issues to: [EthernetWebServer_STM32 issues](https://github.com/khoih-prog
10. Optimize library code and examples by using **reference-passing instead of value-passing**
11. Fix authenticate issue and compiler warnings caused by libb64
12. Use new [**Ethernet_Generic** library](https://github.com/khoih-prog/Ethernet_Generic) as default for W5x00.
13. Rewrite and add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project to fix `multiple-definitions` linker error
13. Rewrite library and add example [multiFileProject](examples/multiFileProject) to demo for multiple-file project to fix `multiple-definitions` linker error


---
Expand Down

0 comments on commit 4341041

Please sign in to comment.