Skip to content

Commit 30967e1

Browse files
Rocketctsandeepmistry
authored andcommitted
Version 0.15.3
1 parent 362a960 commit 30967e1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG

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

3+
WiFi101 0.15.3 - 2018.11.21
4+
5+
* Fixed unreachable destination issue in UDP packet transmission
6+
* Changed where required, in library's examples, the server's URL arduino.cc\80 in example.org\80, because http://arduino.cc will be no longer available
7+
* Changed the MAC address print in the library's example now are showed corectly all the MAC address chars
8+
* Fixed WiFiUDP::endPacket() return value in accord with sendig returns. Thanks to @mjlitke @jrowberg
9+
* Changed WiFiSocketClass::create(...) return condition. Thanks to @jrowberg
10+
* Changed server and URL to avoid 301 response from Server
11+
* Fixed initialization Server issue by adding socket initialization in WiFiServer::WiFiServer constructor
12+
313
WiFi101 0.15.2 - 2018.02.20
414

515
* Fixed issue with WiFiServer::begin() stopping first listening server

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.2
2+
version=0.15.3
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)