Skip to content

Commit 13306fd

Browse files
authored
Merge pull request #101 from sandeepmistry/v1.5.0
Version 1.5.0
2 parents cba2b6d + 676f68f commit 13306fd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
WiFiNINA ?.?.? - ????.??.??
22

3+
WiFiNINA 1.5.0 - 2019.12.30
4+
5+
* Add WiFi.reasonCode() API to retrieve the deauthentication reason code
6+
* Use WIFI_FIRMWARE_LATEST_VERSION in example sketch FW version checks
7+
* Updated firmware updaters for Nano 33 IoT
8+
* Added Nano 33 IoT to explicit targets list
9+
* Added WPA2 Enterprise support: PEAP/MSCHAPv2 (depends on NINA f/w 1.3.0)
10+
311
WiFiNINA 1.4.0 - 2019.03.27
412

513
* Improved connection time, by increasing poll time of checking connection status to 100ms on begin

library.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WiFiNINA
2-
version=1.4.0
2+
version=1.5.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Enables network connection (local and Internet) with the Arduino MKR WiFi 1010, Arduino MKR VIDOR 4000, Arduino UNO WiFi Rev.2 and Nano 33 IoT.

0 commit comments

Comments
 (0)