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

Commit

Permalink
v1.0.0 to permit sending data more than 4K
Browse files Browse the repository at this point in the history
### Releases v1.0.0

- 2022.11.17

1. Fix severe limitation to permit sending much larger data than total 4K
2. Use `allman astyle` and add `utils`
3. Add `Packages' Patches`

### Releases v0.16.1

- 2021.05.21

* Add compatibility to [WebSockets2_Generic](https://github.com/khoih-prog/WebSockets2_Generic) library
  • Loading branch information
khoih-prog authored Nov 17, 2022
1 parent 4c2afc8 commit 45b5f63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"description": "Network driver for for SAMD21, SAMD51 boards using ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards). Modified from Arduino WiFi101 library. Now with fix of severe limitation to permit sending much larger data and be compatible with WebSockets2_Generic library",
"authors": [
{
"name": "Arduino",
"url": "https://arduino.cc",
"name": "Arduino",
"url": "https://arduino.cc"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "khoih-dot-prog@gmail.com",
"maintainer": true
}
}
],
"repository":
{
Expand Down

0 comments on commit 45b5f63

Please sign in to comment.