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

Commit

Permalink
v1.8.15-1 to use new WiFi101_Generic
Browse files Browse the repository at this point in the history
### Releases v1.8.15-1

1. Using new [WiFi101_Generic](https://github.com/khoih-prog/WiFi101_Generic) library to permit sending larger data than total 4K when using `MKR1000` or `MKRWiFi1010` with `ATMEL WINC1500 WiFi`
2. Modify examples for new features
  • Loading branch information
khoih-prog authored Nov 18, 2022
1 parent d628009 commit e82ce0d
Show file tree
Hide file tree
Showing 32 changed files with 104 additions and 50 deletions.
30 changes: 17 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@

### Important Notes

The new [WiFiNINA_Generic v1.8.15-1+](https://github.com/khoih-prog/WiFiNINA_Generic/releases/tag/v1.8.15-1) is using new [WiFi101_Generic](https://github.com/khoih-prog/WiFi101_Generic) library to permit sending larger data than total 4K when using `MKR1000` or `MKRWiFi1010` with `ATMEL WINC1500 WiFi`

The new [WiFiNINA_Generic v1.8.15-0+](https://github.com/khoih-prog/WiFiNINA_Generic/releases/tag/v1.8.15-0) fixes severe limitation to permit sending much larger data than total 4K.

The new [WiFiNINA_Generic v1.8.14-5+](https://github.com/khoih-prog/WiFiNINA_Generic/releases/tag/v1.8.14-5) fixes bug causing data lost when sending large files, such as FTP Client uploading files.
Expand Down Expand Up @@ -179,6 +181,7 @@ This [**WiFiNINA_Generic library**](https://github.com/khoih-prog/WiFiNINA_Gener
13. [`Adafruit AVR core 1.4.14+`](https://github.com/adafruit/Adafruit_Arduino_Boards) for Adafruit AVR boards. Use Arduino Board Manager to install.
14. [`Sparkfun AVR core 1.1.13+`](https://github.com/sparkfun/Arduino_Boards) for Sparkfun AVR boards. Use Arduino Board Manager to install.
15. [`WiFiMulti_Generic library v1.2.2+`](https://github.com/khoih-prog/WiFiMulti_Generic) to use WiFiMulti function in some examples. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFiMulti_Generic.svg?)](https://www.ardu-badge.com/WiFiMulti_Generic). **New**
16. [`WiFi101_Generic library v1.0.0+`](https://github.com/khoih-prog/WiFi101_Generic) to use WiFi101 for `MKR1000` or `MKRWiFi1010` with `ATMEL WINC1500 WiFi`. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFi101_Generic.svg?)](https://www.ardu-badge.com/WiFi101_Generic). **New**


---
Expand Down Expand Up @@ -603,9 +606,9 @@ For example
- Upload the sketch.
- If OK, terminal will show PASSED as follows:
```
```cpp
Start WiFiNINA CheckFirmwareVersion on SAMD_NANO_33_IOT
WiFiNINA_Generic v1.8.15-0
WiFiNINA_Generic v1.8.15-1
Firmware version installed: aaa.bbb.ccc
Latest firmware version available : aaa.bbb.ccc
Expand Down Expand Up @@ -676,12 +679,12 @@ This is the screen to demonstrate the SSL certificates have been loaded successf

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

https://github.com/khoih-prog/WiFiNINA_Generic/blob/de0ce061e0269c96c10e2285416b87dd2531a50c/examples/WiFiWebServer/WiFiWebServer.ino#L41-L197
https://github.com/khoih-prog/WiFiNINA_Generic/blob/d628009bd6d8e3a48c71f62971dbe04f12309411/examples/WiFiWebServer/WiFiWebServer.ino#L41-L207


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

https://github.com/khoih-prog/WiFiNINA_Generic/blob/de0ce061e0269c96c10e2285416b87dd2531a50c/examples/WiFiWebServer/defines.h#L29-L400
https://github.com/khoih-prog/WiFiNINA_Generic/blob/d628009bd6d8e3a48c71f62971dbe04f12309411/examples/WiFiWebServer/defines.h#L29-L400


---
Expand All @@ -700,7 +703,7 @@ The following are screen shot and debug terminal output when running example [Ad

```
Starting AdvancedServer on SAMD_NANO_33_IOT
WiFiNINA_Generic v1.8.15-0
WiFiNINA_Generic v1.8.15-1
[NN] ===============================
[NN]
Used/default SPI pinout:
Expand Down Expand Up @@ -853,7 +856,7 @@ The following is debug terminal output when running example [WiFiWebClientRepeat

```
Start WiFiWebClientRepeating on MBED NANO_RP2040_CONNECT
WiFiNINA_Generic v1.8.15-0
WiFiNINA_Generic v1.8.15-1
Attempting to connect to SSID: HueNet1
SSID: HueNet1
IP Address: 192.168.2.86
Expand Down Expand Up @@ -946,7 +949,7 @@ The following is debug terminal output when running example [WiFiWebClientRepeat

```
Start WiFiWebClientRepeating on ARDUINO_NANO_RP2040_CONNECT
WiFiNINA_Generic v1.8.15-0
WiFiNINA_Generic v1.8.15-1
Attempting to connect to SSID: HueNet1
SSID: HueNet1
IP Address: 192.168.2.86
Expand Down Expand Up @@ -1023,7 +1026,7 @@ The following is debug terminal output when running example [WiFiUdpNtpClient](e

```
Start WiFiUdpNtpClient on ARDUINO_NANO_RP2040_CONNECT
WiFiNINA_Generic v1.8.15-0
WiFiNINA_Generic v1.8.15-1
Attempting to connect to SSID: HueNet1
Connected to WiFi
SSID: HueNet1
Expand Down Expand Up @@ -1053,7 +1056,7 @@ The following is debug terminal output when running example [WiFiUdpNtpClient](e

```
Start WiFiUdpNtpClient on MBED NANO_RP2040_CONNECT
WiFiNINA_Generic v1.8.15-0
WiFiNINA_Generic v1.8.15-1
Attempting to connect to SSID: HueNet1
Connected to WiFi
SSID: HueNet1
Expand Down Expand Up @@ -1082,7 +1085,7 @@ The following is debug terminal output when running example [WiFiWebServer_BigDa

```
Start WiFiWebServer_BigData on SAMD_NANO_33_IOT
WiFiNINA_Generic v1.8.15-0
WiFiNINA_Generic v1.8.15-1
WiFiWebServer v1.10.0
Attempting to connect to SSID: HueNet
Attempting to connect to SSID: HueNet
Expand All @@ -1101,7 +1104,7 @@ String Len = 8103

```
Start WiFiWebServer_BigData on SAMD_NANO_33_IOT
WiFiNINA_Generic v1.8.15-0
WiFiNINA_Generic v1.8.15-1
WiFiWebServer v1.10.0
Attempting to connect to SSID: HueNet
Attempting to connect to SSID: HueNet
Expand All @@ -1119,7 +1122,7 @@ String Len = 15903

```
Start WiFiWebServer_BigData on SAMD_NANO_33_IOT
WiFiNINA_Generic v1.8.15-0
WiFiNINA_Generic v1.8.15-1
WiFiWebServer v1.10.0
Attempting to connect to SSID: HueNet
Attempting to connect to SSID: HueNet
Expand All @@ -1144,7 +1147,7 @@ The following is debug terminal output when running example [WiFiWebServer_BigDa

```
Start WiFiWebServer_BigData on NANO_RP2040_CONNECT
WiFiNINA_Generic v1.8.15-0
WiFiNINA_Generic v1.8.15-1
WiFiWebServer v1.10.0
Attempting to connect to SSID: HueNet
Attempting to connect to SSID: HueNet
Expand Down Expand Up @@ -1224,6 +1227,7 @@ Sometimes, the library will only work if you update the `WiFiNINA module/shield`
26. Use `allman astyle` and add `utils`
27. Fix severe limitation to permit sending much larger data than total 4K. Check [server.send buffer size limited to 4k #23](https://github.com/khoih-prog/WiFiWebServer/issues/23)
28. Add examples [WiFiWebServer_BigData](https://github.com/khoih-prog/WiFiNINA_Generic/tree/master/examples/WiFiWebServer_BigData) to demo how to send much larger data than total 4K
29. Using new [WiFi101_Generic](https://github.com/khoih-prog/WiFi101_Generic) library to permit sending larger data than total 4K when using `MKR1000` or `MKRWiFi1010` with `ATMEL WINC1500 WiFi`


---
Expand Down
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
## Table of Contents

* [Changelog](#changelog)
* [Releases v1.8.15-1](#releases-v1815-1)
* [Releases v1.8.15-0](#releases-v1815-0)
* [Releases v1.8.14-7](#releases-v1814-7)
* [Releases v1.8.14-6](#releases-v1814-6)
Expand Down Expand Up @@ -50,6 +51,11 @@

## Changelog

### Releases v1.8.15-1

1. Using new [WiFi101_Generic](https://github.com/khoih-prog/WiFi101_Generic) library to permit sending larger data than total 4K when using `MKR1000` or `MKRWiFi1010` with `ATMEL WINC1500 WiFi`
2. Modify examples for new features

### Releases v1.8.15-0

1. Fix severe limitation to permit sending much larger data than total 4K. Check [server.send buffer size limited to 4k #23](https://github.com/khoih-prog/WiFiWebServer/issues/23)
Expand Down
10 changes: 8 additions & 2 deletions library.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "WiFiNINA_Generic",
"version": "1.8.15-0",
"version": "1.8.15-1",
"keywords": "wifi, wi-fi, WiFiNINA, NINA-B302-ublox, W101, W102, shield, Teensy, SAM DUE, SAMD, STM32, nRF52, rpi-pico, rp2040, Credentials, Manager, nano-rp2040-connect, raspberry-pi-pico, mega, 32u4",
"description": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect. Now with fix of severe limitation to permit sending much larger data than total 4K",
"description": "Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect. Now with fix of severe limitation to permit sending much larger data than total 4K and using new WiFi101_Generic library",
"authors": [
{
"name": "Arduino",
Expand Down Expand Up @@ -36,6 +36,12 @@
"name": "WiFiMulti_Generic",
"version": ">=1.2.2",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WiFi101_Generic",
"version": ">=1.0.0",
"platforms": ["*"]
}
],
"frameworks": "*",
Expand Down
6 changes: 3 additions & 3 deletions library.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name=WiFiNINA_Generic
version=1.8.15-0
version=1.8.15-1
author=Arduino, Khoi Hoang <[email protected]>
maintainer=Khoi Hoang <[email protected]>
sentence=Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect. Now with fix of severe limitation to permit sending much larger data than total 4K
sentence=Enables network connection (local and Internet) and WiFiStorage for SAM DUE, SAMD21, SAMD51, Teensy, AVR (328P, 32u4, 16u4, etc.), Mega, STM32F/L/H/G/WB/MP1, nRF52, NINA_B302_ublox, NINA_B112_ublox, RP2040-based boards, etc. in addition to Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2, Nano 33 IoT, Nano RP2040 Connect. Now with fix of severe limitation to permit sending much larger data than total 4K and using new WiFi101_Generic library
paragraph=With this library you can instantiate Servers, Clients and send/receive TCP/UDP packets through WiFiNINA. The board can connect either to open or encrypted networks (WEP, WPA). The IP address can be assigned statically or through a DHCP. The library can also manage DNS.
category=Communication
url=https://github.com/khoih-prog/WiFiNINA_Generic
architectures=*
depends=WiFiMulti_Generic
depends=WiFiMulti_Generic, WiFi101_Generic
includes=WiFiNINA_Generic.h
2 changes: 2 additions & 0 deletions platformio/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,11 @@ lib_ldf_mode = chain+
lib_deps =
; PlatformIO 4.x
; WiFiMulti_Generic@>=1.2.2
; WiFi101_Generic@>=1.0.0

; PlatformIO 5.x
khoih-prog/WiFiMulti_Generic@>=1.2.2
khoih-prog/WiFi101_Generic@>=1.0.0

build_flags =
; set your debug output (default=Serial)
Expand Down
3 changes: 2 additions & 1 deletion src/WiFiClient_Generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version: 1.8.15-0
Version: 1.8.15-1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -40,6 +40,7 @@
1.8.14-6 K Hoang 17/08/2022 Add support to Teensy 4.x using WiFiNINA AirLift. Fix minor bug
1.8.14-7 K Hoang 11/11/2022 Modify WiFiWebServer example to avoid crash in arduino-pico core
1.8.15-0 K Hoang 14/11/2022 Fix severe limitation to permit sending much larger data than total 4K
1.8.15-1 K Hoang 18/11/2022 Using new WiFi101_Generic library to permit sending larger data than total 4K
***********************************************************************************************************************************/

#define _WIFININA_LOGLEVEL_ 1
Expand Down
3 changes: 2 additions & 1 deletion src/WiFiClient_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version: 1.8.15-0
Version: 1.8.15-1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -40,6 +40,7 @@
1.8.14-6 K Hoang 17/08/2022 Add support to Teensy 4.x using WiFiNINA AirLift. Fix minor bug
1.8.14-7 K Hoang 11/11/2022 Modify WiFiWebServer example to avoid crash in arduino-pico core
1.8.15-0 K Hoang 14/11/2022 Fix severe limitation to permit sending much larger data than total 4K
1.8.15-1 K Hoang 18/11/2022 Using new WiFi101_Generic library to permit sending larger data than total 4K
***********************************************************************************************************************************/

#pragma once
Expand Down
16 changes: 13 additions & 3 deletions src/WiFiNINA_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version: 1.8.15-0
Version: 1.8.15-1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -40,15 +40,25 @@
1.8.14-6 K Hoang 17/08/2022 Add support to Teensy 4.x using WiFiNINA AirLift. Fix minor bug
1.8.14-7 K Hoang 11/11/2022 Modify WiFiWebServer example to avoid crash in arduino-pico core
1.8.15-0 K Hoang 14/11/2022 Fix severe limitation to permit sending much larger data than total 4K
1.8.15-1 K Hoang 18/11/2022 Using new WiFi101_Generic library to permit sending larger data than total 4K
***********************************************************************************************************************************/

#pragma once

////////////////////////////////////////

#if !defined(USING_WIFI101_GENERIC)
#define USING_WIFI101_GENERIC true
#endif

#if ( ( defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_MKRWIFI1010) ) && USING_WIFI101 )
#include <WiFi101.h>
#warning Using WiFi101 Library for MKR1000 and MKRWIFI1010 in WiFiNINA_Pinout_Generic.h
#if USING_WIFI101_GENERIC
#include <WiFi101_Generic.h>
#warning Using WiFi101_Generic Library for MKR1000 and MKRWIFI1010 in WiFiNINA_Pinout_Generic.h
#else
#include <WiFi101.h>
#warning Using WiFi101 Library for MKR1000 and MKRWIFI1010 in WiFiNINA_Pinout_Generic.h
#endif
#else
#include "WiFi_Generic.h"
#endif
Expand Down
3 changes: 2 additions & 1 deletion src/WiFiNINA_Pinout_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version: 1.8.15-0
Version: 1.8.15-1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -40,6 +40,7 @@
1.8.14-6 K Hoang 17/08/2022 Add support to Teensy 4.x using WiFiNINA AirLift. Fix minor bug
1.8.14-7 K Hoang 11/11/2022 Modify WiFiWebServer example to avoid crash in arduino-pico core
1.8.15-0 K Hoang 14/11/2022 Fix severe limitation to permit sending much larger data than total 4K
1.8.15-1 K Hoang 18/11/2022 Using new WiFi101_Generic library to permit sending larger data than total 4K
***********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/WiFiSSLClient_Generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version: 1.8.15-0
Version: 1.8.15-1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -40,6 +40,7 @@
1.8.14-6 K Hoang 17/08/2022 Add support to Teensy 4.x using WiFiNINA AirLift. Fix minor bug
1.8.14-7 K Hoang 11/11/2022 Modify WiFiWebServer example to avoid crash in arduino-pico core
1.8.15-0 K Hoang 14/11/2022 Fix severe limitation to permit sending much larger data than total 4K
1.8.15-1 K Hoang 18/11/2022 Using new WiFi101_Generic library to permit sending larger data than total 4K
***********************************************************************************************************************************/

#include "WiFiSSLClient_Generic.h"
Expand Down
3 changes: 2 additions & 1 deletion src/WiFiSSLClient_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version: 1.8.15-0
Version: 1.8.15-1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -40,6 +40,7 @@
1.8.14-6 K Hoang 17/08/2022 Add support to Teensy 4.x using WiFiNINA AirLift. Fix minor bug
1.8.14-7 K Hoang 11/11/2022 Modify WiFiWebServer example to avoid crash in arduino-pico core
1.8.15-0 K Hoang 14/11/2022 Fix severe limitation to permit sending much larger data than total 4K
1.8.15-1 K Hoang 18/11/2022 Using new WiFi101_Generic library to permit sending larger data than total 4K
***********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/WiFiServer_Generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version: 1.8.15-0
Version: 1.8.15-1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -40,6 +40,7 @@
1.8.14-6 K Hoang 17/08/2022 Add support to Teensy 4.x using WiFiNINA AirLift. Fix minor bug
1.8.14-7 K Hoang 11/11/2022 Modify WiFiWebServer example to avoid crash in arduino-pico core
1.8.15-0 K Hoang 14/11/2022 Fix severe limitation to permit sending much larger data than total 4K
1.8.15-1 K Hoang 18/11/2022 Using new WiFi101_Generic library to permit sending larger data than total 4K
***********************************************************************************************************************************/

#include <string.h>
Expand Down
3 changes: 2 additions & 1 deletion src/WiFiServer_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version: 1.8.15-0
Version: 1.8.15-1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -40,6 +40,7 @@
1.8.14-6 K Hoang 17/08/2022 Add support to Teensy 4.x using WiFiNINA AirLift. Fix minor bug
1.8.14-7 K Hoang 11/11/2022 Modify WiFiWebServer example to avoid crash in arduino-pico core
1.8.15-0 K Hoang 14/11/2022 Fix severe limitation to permit sending much larger data than total 4K
1.8.15-1 K Hoang 18/11/2022 Using new WiFi101_Generic library to permit sending larger data than total 4K
***********************************************************************************************************************************/

#pragma once
Expand Down
3 changes: 2 additions & 1 deletion src/WiFiStorage_Generic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version: 1.8.15-0
Version: 1.8.15-1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -40,6 +40,7 @@
1.8.14-6 K Hoang 17/08/2022 Add support to Teensy 4.x using WiFiNINA AirLift. Fix minor bug
1.8.14-7 K Hoang 11/11/2022 Modify WiFiWebServer example to avoid crash in arduino-pico core
1.8.15-0 K Hoang 14/11/2022 Fix severe limitation to permit sending much larger data than total 4K
1.8.15-1 K Hoang 18/11/2022 Using new WiFi101_Generic library to permit sending larger data than total 4K
***********************************************************************************************************************************/

#include "WiFiStorage_Generic.h"
Expand Down
3 changes: 2 additions & 1 deletion src/WiFiStorage_Generic.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Version: 1.8.15-0
Version: 1.8.15-1
Version Modified By Date Comments
------- ----------- ---------- -----------
Expand All @@ -40,6 +40,7 @@
1.8.14-6 K Hoang 17/08/2022 Add support to Teensy 4.x using WiFiNINA AirLift. Fix minor bug
1.8.14-7 K Hoang 11/11/2022 Modify WiFiWebServer example to avoid crash in arduino-pico core
1.8.15-0 K Hoang 14/11/2022 Fix severe limitation to permit sending much larger data than total 4K
1.8.15-1 K Hoang 18/11/2022 Using new WiFi101_Generic library to permit sending larger data than total 4K
***********************************************************************************************************************************/

#pragma once
Expand Down
Loading

0 comments on commit e82ce0d

Please sign in to comment.