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 1beea11 commit 41b00eeCopy full SHA for 41b00ee
CHANGELOG
@@ -1,5 +1,11 @@
1
WiFi101 ?.?.? - ????.??.??
2
3
+WiFi101 0.15.1 - 2018.02.14
4
+
5
+* Fixed compatibility with Arduino Due
6
+* Fixed return code of WiFiUdp::endPacket(). Thanks @mlitke
7
+* Fixed WiFiServer::available() hanging after WiFi.end() is called
8
9
WiFi101 0.15.0 - 2018.01.02
10
11
* Fixed WiFi.status() hanging if no shield was present
library.properties
@@ -1,5 +1,5 @@
name=WiFi101
-version=0.15.0
+version=0.15.1
author=Arduino
maintainer=Arduino <info@arduino.cc>
sentence=Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)
0 commit comments