Skip to content

Commit 41b00ee

Browse files
committed
Version 0.15.1
1 parent 1beea11 commit 41b00ee

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG

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

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+
39
WiFi101 0.15.0 - 2018.01.02
410

511
* Fixed WiFi.status() hanging if no shield was present

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WiFi101
2-
version=0.15.0
2+
version=0.15.1
33
author=Arduino
44
maintainer=Arduino <info@arduino.cc>
55
sentence=Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)

0 commit comments

Comments
 (0)