Version 1.3.0

This commit is contained in:
Sandeep Mistry 2018-11-13 11:17:47 -05:00
parent b84ba147f2
commit 207e05e143
2 changed files with 16 additions and 1 deletions

View file

@ -1,5 +1,20 @@
WiFiNINA ?.?.? - ????.??.??
WiFiNINA 1.3.0 - 2018.11.13
* Added Tools/CheckFirmwareVersion example to check NINA firmware version
* Changed examples where required, the server's URL arduino.cc:80 to example.org:80, because http://arduino.cc will be no longer available
* Changed WiFi.end() to not put the reset pin mode in input mode
* Use 1000000 baud for the firmware updater, and added support for the Uno WiFi Rev2
WiFiNINA 1.2.0 - 2018.10.05
* Changed WiFi.begin(...) not to fail, if not connected in 5 seconds
* Removed retrying to get the host by name if it fails
* Renamed WiFiNINAFirmwareUpdater example to SerialNINAPassthrough
* Added new Firmware Updater Tool sketch (which talks to ESP32 boot ROM)
* Changed firmware version comparison check to < instead of !=
WiFiNINA 1.1.1 - 2018.09.11
* Improved byte by byte read performance of sockets by adding a socket buffer

View file

@ -1,5 +1,5 @@
name=WiFiNINA
version=1.2.0
version=1.3.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 and Arduino UNO WiFi Rev.2.