Skip to content

Commit

Permalink
Version 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocketct authored and sandeepmistry committed Nov 21, 2018
1 parent 362a960 commit 30967e1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
WiFi101 ?.?.? - ????.??.??

WiFi101 0.15.3 - 2018.11.21

* Fixed unreachable destination issue in UDP packet transmission
* 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
* Changed the MAC address print in the library's example now are showed corectly all the MAC address chars
* Fixed WiFiUDP::endPacket() return value in accord with sendig returns. Thanks to @mjlitke @jrowberg
* Changed WiFiSocketClass::create(...) return condition. Thanks to @jrowberg
* Changed server and URL to avoid 301 response from Server
* Fixed initialization Server issue by adding socket initialization in WiFiServer::WiFiServer constructor

WiFi101 0.15.2 - 2018.02.20

* Fixed issue with WiFiServer::begin() stopping first listening server
Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=WiFi101
version=0.15.2
version=0.15.3
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)
Expand Down

0 comments on commit 30967e1

Please sign in to comment.