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

WiFiScanAndConnect() function will not connect to a Hidden SSID #28

Open
johnwalicki opened this issue Jun 16, 2021 · 0 comments
Open

Comments

@johnwalicki
Copy link
Member

If your WiFi SSID is hidden, it doesn't appear as a match in the WiFi scan. The OpenEEW ESP32 WiFiScanAndConnect() firmware function decides your stored network isn't available because it compares by SSID string name. It then drops into SmartConfig scanning mode even if you've previously used the OpenEEW mobile provisioning app and SmartConfig to connect to this network.

The solution is likely to also store the BSSID mac address of the WiFi router in NVRAM and use that to compare during the network scan.

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

1 participant