Provide an easy-to-use way to manipulate ESP8266.
Dependents: WeeESP8266_TCPClientMultiple WeeESP8266_TCPClientSingle WeeESP8266_TCPServer WeeESP8266_UDPClientMultiple ... more
Diff: ESP8266.h
- Revision:
- 21:d1a7f48ab3ba
- Parent:
- 15:5c5a85e984a8
diff -r f9d1fec2d712 -r d1a7f48ab3ba ESP8266.h --- a/ESP8266.h Tue Feb 10 10:41:19 2015 +0000 +++ b/ESP8266.h Wed Feb 11 06:04:07 2015 +0000 @@ -122,7 +122,7 @@ * @param pwd - PASSWORD of SoftAP. * @param chl - the channel (1 - 13, default: 7). * @param ecn - the way of encrypstion (0 - OPEN, 1 - WEP, - * 2 - WPA_PSK, 3 - WPA2_PSK, 4 - WPA_WPA2_PSK, default: 0). + * 2 - WPA_PSK, 3 - WPA2_PSK, 4 - WPA_WPA2_PSK, default: 4). * @note This method should not be called when station mode. */ bool setSoftAPParam(String ssid, String pwd, uint8_t chl = 7, uint8_t ecn = 4);