Skip to content

Version 1.5.0 #101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 30, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
WiFiNINA ?.?.? - ????.??.??

WiFiNINA 1.5.0 - 2019.12.30
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@facchinm if you release on another day, please change this line ;)


* Add WiFi.reasonCode() API to retrieve the deauthentication reason code
* Use WIFI_FIRMWARE_LATEST_VERSION in example sketch FW version checks
* Updated firmware updaters for Nano 33 IoT
* Added Nano 33 IoT to explicit targets list
* Added WPA2 Enterprise support: PEAP/MSCHAPv2 (depends on NINA f/w 1.3.0)

WiFiNINA 1.4.0 - 2019.03.27

* Improved connection time, by increasing poll time of checking connection status to 100ms on begin
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WiFiNINA
version=1.4.0
version=1.5.0
author=Arduino
maintainer=Arduino <[email protected]>
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.
Expand Down