Skip to content

Commit 114a48c

Browse files
committed
Releasing v1.6.0
1 parent 7fcdd4a commit 114a48c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
WiFiNINA ?.?.? - ????.??.??
22

3+
WiFiNINA 1.6.0 - 2020.07.13
4+
5+
* Adding API to make use of file storage/retieval capability available since nina-fw 1.5.0 (#74)
6+
* Speed up of duration of function ServerDrv::getDataBuf (#84)
7+
38
WiFiNINA 1.5.0 - 2019.12.30
49

510
* Add WiFi.reasonCode() API to retrieve the deauthentication reason code

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WiFiNINA
2-
version=1.5.0
2+
version=1.6.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.

src/WiFi.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
#ifndef WiFi_h
2222
#define WiFi_h
2323

24-
#define WIFI_FIRMWARE_LATEST_VERSION "1.3.0"
24+
#define WIFI_FIRMWARE_LATEST_VERSION "1.4.0"
2525

2626
#include <inttypes.h>
2727

0 commit comments

Comments
 (0)