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 89257a1 commit 60b68fdCopy full SHA for 60b68fd
CHANGELOG
@@ -1,6 +1,10 @@
1
WiFi101 ?.?.? - ????.??.??
2
3
* Changed WiFi.ping(...) to return round trip time on success, negative value on error. Thanks @PKGeorgiev
4
+* WiFi.end() now powers down the WiFi module
5
+* WiFi.config(ip) can now be used to set a static IP for WiFi.begin(...)
6
+* Fixed WiFi.BSSID(bssid) returning reversed MAC address
7
+* Added WiFi.APClientMacAddress() API to get MAC address of AP client in AP mode
8
9
WiFi101 0.10.0 - 2016.09.08
10
0 commit comments