esp8266-vindriktning-particle-sensor icon indicating copy to clipboard operation
esp8266-vindriktning-particle-sensor copied to clipboard

After connecting to personal WiFi an AP is still present

Open aichii88 opened this issue 4 years ago • 2 comments
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

aichii88 avatar Nov 14 '21 19:11 aichii88

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.

LordPinhead avatar Nov 15 '21 01:11 LordPinhead

I implemented following work around: Wifi.mode(WIFI_STA);

aichii88 avatar Nov 21 '21 12:11 aichii88