esp8266-vindriktning-particle-sensor
esp8266-vindriktning-particle-sensor copied to clipboard
After connecting to personal WiFi an AP is still present
trafficstars
Hi,
thanks for this cool project! Everything is working fine up to now, but: After the esp connects to my WiFi, still an AP is present! It changes the name from "Vindriktning-XXX" to "ESP-XXX". How can I suppress this AP?
Br, Michael
This should not happen, the Config seems to not load correctly. You could add some serial log entries into the sketch and print the settings over the serial monitor.
I implemented following work around: Wifi.mode(WIFI_STA);