We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e64bd2 commit 1635653Copy full SHA for 1635653
CHANGELOG
@@ -1,5 +1,12 @@
1
WiFi101 ?.?.? - ????.??.??
2
3
+WiFi101 0.15.0 - 2018.01.02
4
+
5
+* Fixed WiFi.status() hanging if no shield was present
6
+* Reworked socket buffer layer to prevent (SAMD) and reduce lockups (AVR)
7
+* Make reset pin optional. Thanks @awatterott
8
+* Added ability to retrieve remote IP and port of WiFiClient
9
10
WiFi101 0.14.3 - 2017.06.01
11
12
* Fixed issues with WiFiMDNSResponder and large request packets
library.properties
@@ -1,5 +1,5 @@
name=WiFi101
-version=0.14.5
+version=0.15.0
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)
0 commit comments