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

Commit

Permalink
v2.2.1 to auto-select SPI(s) SS/CS pins
Browse files Browse the repository at this point in the history
### Releases v2.2.1

1. Auto-select SPI(s) `SS/CS` pins according to board package if available
2. Update `Packages' Patches`
  • Loading branch information
khoih-prog authored Aug 26, 2022
1 parent 9838642 commit bda5856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1301,14 +1301,14 @@ Example:

#### 1. File [AdvancedWebServer.ino](examples/AdvancedWebServer/AdvancedWebServer.ino)

https://github.com/khoih-prog/EthernetWebServer/blob/a8ec9e3f8f0bb3385e4200c78edd4dd2448e59db/examples/AdvancedWebServer/AdvancedWebServer.ino#L44-L426
https://github.com/khoih-prog/EthernetWebServer/blob/983864283f7c7e87fb0fa1869c75583c711ed1c1/examples/AdvancedWebServer/AdvancedWebServer.ino#L38-L426


---

#### 2. File [defines.h](examples/AdvancedWebServer/defines.h)

https://github.com/khoih-prog/EthernetWebServer/blob/a8ec9e3f8f0bb3385e4200c78edd4dd2448e59db/examples/AdvancedWebServer/defines.h#L10-L481
https://github.com/khoih-prog/EthernetWebServer/blob/983864283f7c7e87fb0fa1869c75583c711ed1c1/examples/AdvancedWebServer/defines.h#L10-L493

---
---
Expand Down

0 comments on commit bda5856

Please sign in to comment.