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

Commit

Permalink
v1.13.1 to use new WiFi101_Generic library
Browse files Browse the repository at this point in the history
### Release v1.13.1

1. Using new [`WiFi101_Generic library`](https://github.com/khoih-prog/WiFi101_Generic) for sending larger data
2. Add astyle using `allman` style. Restyle the library
3. Update `Packages' Patches`
  • Loading branch information
khoih-prog authored Nov 24, 2022
1 parent d113915 commit 79aaa0d
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 @@ -1600,12 +1600,12 @@ Please take a look at other examples, as well.

#### 1. File [SAMD-Client_SINRIC.ino](examples/Generic/WiFiNINA/SAMD/SAMD-Client_SINRIC/SAMD-Client_SINRIC.ino)

https://github.com/khoih-prog/WebSockets2_Generic/blob/02d82b0d957abe4e801c192ba995aabb0d6368aa/examples/Generic/WiFiNINA/SAMD/SAMD-Client_SINRIC/SAMD-Client_SINRIC.ino#L29-L263
https://github.com/khoih-prog/WebSockets2_Generic/blob/d1139159d520fa9b8b7b812dde7f893d23d0e789/examples/Generic/WiFiNINA/SAMD/SAMD-Client_SINRIC/SAMD-Client_SINRIC.ino#L29-L263


#### 2. File [defines.h](examples/Generic/WiFiNINA/SAMD/SAMD-Client_SINRIC/defines.h)

https://github.com/khoih-prog/WebSockets2_Generic/blob/02d82b0d957abe4e801c192ba995aabb0d6368aa/examples/Generic/WiFiNINA/SAMD/SAMD-Client_SINRIC/defines.h#L17-L164
https://github.com/khoih-prog/WebSockets2_Generic/blob/d1139159d520fa9b8b7b812dde7f893d23d0e789/examples/Generic/WiFiNINA/SAMD/SAMD-Client_SINRIC/defines.h#L17-L164


---
Expand Down

0 comments on commit 79aaa0d

Please sign in to comment.