Must be brain dead tonight ... I'm trying to start up an access point with a password on an ESP8266 so I used:
where apss is just a string containing the SSID.
However when I try to connect to this I find it is listed as an unsecured network and inded I can connect without any password being requested. Is my understanding wrong or am I not doing something right somewhere else? B4R V2.8
B4X:
APstartok = WiFi.StartAccessPoint2(apss,"xyz123")
However when I try to connect to this I find it is listed as an unsecured network and inded I can connect without any password being requested. Is my understanding wrong or am I not doing something right somewhere else? B4R V2.8