forked from arduino-libraries/WiFiNINA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
43 lines (29 loc) · 1.66 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
WiFiNINA ?.?.? - ????.??.??
WiFiNINA 1.5.0 - 2019.12.30
* 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
* Added WiFiClass::setTimeout(...) API to set timeout of begin
* Fixed issue of WiFiServer:available() only reporting the first byte in the WiFiChatServer example
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
WiFiNINA 1.1.0 - 2018.08.13
* Added support for MKR Vidor 4000
* Added handling of unknown encryption type in the ScanNetworks example
WiFiNINA 1.0.0 - 2018.07.11
* Initial release