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 c28db81 commit 7cddccfCopy full SHA for 7cddccf
CHANGELOG
@@ -1,5 +1,11 @@
1
WiFi101 ?.?.? - ????.??.??
2
3
+WiFi101 0.16.0 - 2018.04.04
4
+
5
+* Added WiFi.setTimeout(timeout) API to set timeout of WiFi.begin(...)
6
+* Changed check firmware version comparision from == to >=
7
+* Updated latest firmware version for model B to 19.6.1
8
9
WiFi101 0.15.3 - 2018.11.21
10
11
* Fixed unreachable destination issue in UDP packet transmission
library.properties
@@ -1,5 +1,5 @@
name=WiFi101
-version=0.15.3
+version=0.16.0
author=Arduino
maintainer=Arduino <[email protected]>
sentence=Network driver for ATMEL WINC1500 module (used on Arduino/Genuino Wifi Shield 101 and MKR1000 boards)
0 commit comments