Skip to content

Commit ea302aa

Browse files
anwarhahjjeffersongeorgeigrr
authored andcommittedJun 29, 2015
Update ESP8266WiFi.h
1 parent eac3314 commit ea302aa

File tree

1 file changed

+2
-1
lines changed
  • hardware/esp8266com/esp8266/libraries/ESP8266WiFi/src

1 file changed

+2
-1
lines changed
 

‎hardware/esp8266com/esp8266/libraries/ESP8266WiFi/src/ESP8266WiFi.h

+2-1
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,9 @@ class ESP8266WiFiClass
7575
* param ssid: Pointer to the SSID string.
7676
* param passphrase: Pointer to passphrase, 8 characters min.
7777
* param channel: WiFi channel number, 1 - 13.
78+
* param ssid_hidden: Network cloaking? 0 = broadcast SSID, 1 = hide SSID
7879
*/
79-
void softAP(const char* ssid, const char* passphrase, int channel = 1);
80+
void softAP(const char* ssid, const char* passphrase, int channel = 1, int ssid_hidden = 0);
8081

8182
/* Change Ip configuration settings disabling the dhcp client
8283
*

0 commit comments

Comments
 (0)
Please sign in to comment.