Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By BigFootIT
#41588 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