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 1a3b1bb commit a2aa01dCopy full SHA for a2aa01d
CHANGELOG
@@ -4,7 +4,9 @@ WiFi101 ?.?.? - ????.??.??
4
5
WiFi101 0.10.0 - 2016.09.08
6
7
+* Added WiFi.end() to disconnect from the AP or end AP mode
8
* Added new WiFi.ping(...) functionality. Thanks @PKGeorgiev
9
+* Added WiFi.setPins(...) to customize the CS, INTN, RESET and CHIPEN pins
10
* Add new WL_AP_LISTENING, WL_AP_CONNECTED, and WL_AP_FAILED status types for AP mode
11
* Fixed return value of WiFiUDP::beginPacket(host, port) when host is successfully resolved
12
* Added power management methods: WiFi.lowPowerMode(), WiFi.maxLowPowerMode(), WiFi.noLowPowerMode()
0 commit comments