From 212a2cfa602fd074539a52b86e8a6fa90f847cdf Mon Sep 17 00:00:00 2001 From: Anwar Hahj Jefferson-George Date: Sat, 27 Jun 2015 13:31:14 -0400 Subject: [PATCH] Update ESP8266WiFi.h --- libraries/ESP8266WiFi/src/ESP8266WiFi.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libraries/ESP8266WiFi/src/ESP8266WiFi.h b/libraries/ESP8266WiFi/src/ESP8266WiFi.h index e3ba3e143..bd4502b20 100644 --- a/libraries/ESP8266WiFi/src/ESP8266WiFi.h +++ b/libraries/ESP8266WiFi/src/ESP8266WiFi.h @@ -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 *