Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

After connecting to personal WiFi an AP is still present #39

Open
aichii88 opened this issue Nov 14, 2021 · 2 comments
Open

After connecting to personal WiFi an AP is still present #39

aichii88 opened this issue Nov 14, 2021 · 2 comments

Comments

@aichii88
Copy link

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

@LordPinhead
Copy link

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.

@aichii88
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants