ESP softAP function
Posted: Sun Feb 21, 2016 9:18 am
Hi guys,
I need to set up a WiFi AP with SSID hidden, so I'm actually using this function:
There's a way to set the parameter "ssid_hidden" without forcing the "channel" parameter?
Thanks
Big
I need to set up a WiFi AP with SSID hidden, so I'm actually using this function:
Code: Select all
bool 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