In one project I enable the accesspoint in my Wemos mini.
In another project I do not need the accesspoint.
But once I have initialized the accesspoint in the unit, it continues to show in the list of SSID on my computer.
The SSID pops up as soon as I use the ESP8266WiFi library.
I can not connect to it if I use the project that does not start the accesspoint.
Is there a way to close the accesspoint or stop it from publish its SSID?
Jan
In another project I do not need the accesspoint.
But once I have initialized the accesspoint in the unit, it continues to show in the list of SSID on my computer.
The SSID pops up as soon as I use the ESP8266WiFi library.
I can not connect to it if I use the project that does not start the accesspoint.
Is there a way to close the accesspoint or stop it from publish its SSID?
B4X:
wifi.CloseAccessPoint
Jan