I need to set up a WiFi AP with SSID hidden, so I'm actually using this function:
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