You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ WiFi101 ?.?.? - ????.??.??
3
3
WiFi101 0.16.0 - 2018.04.04
4
4
5
5
* Added WiFi.setTimeout(timeout) API to set timeout of WiFi.begin(...)
6
-
* Changed check firmware version comparision from == to >=
6
+
* Changed check firmware version comparison from == to >=
7
7
* Updated latest firmware version for model B to 19.6.1
8
8
9
9
WiFi101 0.15.3 - 2018.11.21
10
10
11
11
* Fixed unreachable destination issue in UDP packet transmission
12
-
* 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
13
-
* Changed the MAC address print in the library's example now are showed corectly all the MAC address chars
14
-
* Fixed WiFiUDP::endPacket() return value in accord with sendig returns. Thanks to @mjlitke @jrowberg
12
+
* Changed where required, in library's examples, the server's URL arduino.cc\80 to example.org\80, because http://arduino.cc will be no longer available
13
+
* Changed the MAC address print in the library's example now are showed correctly all the MAC address chars
14
+
* Fixed WiFiUDP::endPacket() return value in accord with sending returns. Thanks to @mjlitke @jrowberg
15
15
* Changed WiFiSocketClass::create(...) return condition. Thanks to @jrowberg
16
16
* Changed server and URL to avoid 301 response from Server
17
17
* Fixed initialization Server issue by adding socket initialization in WiFiServer::WiFiServer constructor
@@ -45,7 +45,7 @@ WiFi101 0.14.2 - 2017.05.08
45
45
WiFi101 0.14.1 - 2017.04.20
46
46
47
47
* Fixed issues with WiFiMDNSResponder and Windows using Bonjour
48
-
* Correct cast of buffer size when processing received data
48
+
* Correct cast of buffer size when processing received data
49
49
50
50
WiFi101 0.14.0 - 2017.03.22
51
51
@@ -69,7 +69,7 @@ WiFi101 0.12.0 - 2017.01.05
69
69
* Fixed WiFi.getTime() not returning 0, if time has not been synced via NTP
70
70
* Fixed crashing when connecting after scanning
71
71
* Fixed WiFiServer::available() returning valid client on outbound client connection
72
-
* Added WiFiUdp::beginMulticast(port) function for compatiblity with EthernetUdp, as beginMulti was inconsistent
72
+
* Added WiFiUdp::beginMulticast(port) function for compatibility with EthernetUdp, as beginMulti was inconsistent
73
73
74
74
WiFi101 0.11.2 - 2016.12.15
75
75
@@ -93,7 +93,7 @@ WiFi101 0.10.0 - 2016.09.08
93
93
94
94
* Added WiFi.end() to disconnect from the AP or end AP mode
95
95
* Added new WiFi.ping(...) functionality. Thanks @PKGeorgiev
96
-
* Added WiFi.setPins(...) to customize the CS, INTN, RESET and CHIPEN pins
96
+
* Added WiFi.setPins(...) to customize the CS, INTN, RESET and CHIPEN pins
97
97
* Add new WL_AP_LISTENING, WL_AP_CONNECTED, and WL_AP_FAILED status types for AP mode
98
98
* Fixed return value of WiFiUDP::beginPacket(host, port) when host is successfully resolved
99
99
* Added power management methods: WiFi.lowPowerMode(), WiFi.maxLowPowerMode(), WiFi.noLowPowerMode()
@@ -128,7 +128,7 @@ WiFi101 0.8.0 - 2016.02.15
128
128
WiFi101 0.7.0 - 2015.01.11
129
129
130
130
* Added support for WiFi Firmware 19.4.4
131
-
* WiFi.hostByName(...) will not try resolve the domain name if it's already a numeric IP
131
+
* WiFi.hostByName(...) will not try to resolve the domain name if it's already a numeric IP
132
132
* Fixed manual IP configuration (no DHCP)
133
133
* Fixed WiFiServer.available(), now follows API specification
134
134
* Fixed WEP key connection
@@ -140,7 +140,7 @@ WiFi101 0.6.0 - 2015.11.27
140
140
141
141
* Fixed bug with AVR boards when Web Server is used
0 commit comments