Skip to content

Commit 1635653

Browse files
committed
Version 0.15.0
1 parent 3e64bd2 commit 1635653

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

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

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+
310
WiFi101 0.14.3 - 2017.06.01
411

512
* Fixed issues with WiFiMDNSResponder and large request packets

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.14.5
2+
version=0.15.0
33
author=Arduino
44
maintainer=Arduino <[email protected]>
55
sentence=Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)

0 commit comments

Comments
 (0)