-->
Page 1 of 1

ESP softAP function

PostPosted: Sun Feb 21, 2016 9:18 am
by BigFootIT
Hi guys,

I need to set up a WiFi AP with SSID hidden, so I'm actually using this function:

Code: Select allbool softAP(const char* ssid, const char* passphrase = NULL, int channel = 1, int ssid_hidden = 0);


There's a way to set the parameter "ssid_hidden" without forcing the "channel" parameter?

Thanks
Big