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

Commit 45b5f63

Browse files
authored
v1.0.0 to permit sending data more than 4K
### 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
1 parent 4c2afc8 commit 45b5f63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"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",
66
"authors": [
77
{
8-
"name": "Arduino",
9-
"url": "https://arduino.cc",
8+
"name": "Arduino",
9+
"url": "https://arduino.cc"
1010
},
1111
{
1212
"name": "Khoi Hoang",
1313
"url": "https://github.com/khoih-prog",
1414
"email": "khoih-dot-prog@gmail.com",
1515
"maintainer": true
16-
}
16+
}
1717
],
1818
"repository":
1919
{

0 commit comments

Comments
 (0)