Skip to content

Commit 207e05e

Browse files
committed
Version 1.3.0
1 parent b84ba14 commit 207e05e

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG

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

3+
WiFiNINA 1.3.0 - 2018.11.13
4+
5+
* Added Tools/CheckFirmwareVersion example to check NINA firmware version
6+
* Changed examples where required, the server's URL arduino.cc:80 to example.org:80, because http://arduino.cc will be no longer available
7+
* Changed WiFi.end() to not put the reset pin mode in input mode
8+
* Use 1000000 baud for the firmware updater, and added support for the Uno WiFi Rev2
9+
10+
WiFiNINA 1.2.0 - 2018.10.05
11+
12+
* Changed WiFi.begin(...) not to fail, if not connected in 5 seconds
13+
* Removed retrying to get the host by name if it fails
14+
* Renamed WiFiNINAFirmwareUpdater example to SerialNINAPassthrough
15+
* Added new Firmware Updater Tool sketch (which talks to ESP32 boot ROM)
16+
* Changed firmware version comparison check to < instead of !=
17+
318
WiFiNINA 1.1.1 - 2018.09.11
419

520
* Improved byte by byte read performance of sockets by adding a socket buffer

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.2.0
2+
version=1.3.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 and Arduino UNO WiFi Rev.2.

0 commit comments

Comments
 (0)