Skip to content

Commit

Permalink
Releasing v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jul 13, 2020
1 parent 7fcdd4a commit 114a48c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
WiFiNINA ?.?.? - ????.??.??

WiFiNINA 1.6.0 - 2020.07.13

* Adding API to make use of file storage/retieval capability available since nina-fw 1.5.0 (#74)
* Speed up of duration of function ServerDrv::getDataBuf (#84)

WiFiNINA 1.5.0 - 2019.12.30

* Add WiFi.reasonCode() API to retrieve the deauthentication reason code
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.5.0
version=1.6.0
author=Arduino
maintainer=Arduino <info@arduino.cc>
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
2 changes: 1 addition & 1 deletion src/WiFi.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#ifndef WiFi_h
#define WiFi_h

#define WIFI_FIRMWARE_LATEST_VERSION "1.3.0"
#define WIFI_FIRMWARE_LATEST_VERSION "1.4.0"

#include <inttypes.h>

Expand Down

0 comments on commit 114a48c

Please sign in to comment.