1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-25 20:02:37 +03:00

Update ESP8266WiFi.h

This commit is contained in:
Anwar Hahj Jefferson-George 2015-06-27 13:31:14 -04:00 committed by Ivan Grokhotkov
parent 389e5fb878
commit 212a2cfa60

View File

@ -75,8 +75,9 @@ public:
* param ssid: Pointer to the SSID string.
* param passphrase: Pointer to passphrase, 8 characters min.
* param channel: WiFi channel number, 1 - 13.
* param ssid_hidden: Network cloaking? 0 = broadcast SSID, 1 = hide SSID
*/
void softAP(const char* ssid, const char* passphrase, int channel = 1);
void softAP(const char* ssid, const char* passphrase, int channel = 1, int ssid_hidden = 0);
/* Change Ip configuration settings disabling the dhcp client
*