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

Unable to connect to hidden WiFi network #369

Open
pe-jot opened this issue Sep 10, 2024 · 0 comments
Open

Unable to connect to hidden WiFi network #369

pe-jot opened this issue Sep 10, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@pe-jot
Copy link
Contributor

pe-jot commented Sep 10, 2024

First of all, thank you for all the amazing work done so far!

When trying to set up a TTGO LoRa-32 I struggled to connect to my hidden WiFi network.
After some code investigation I found out that the WiFiMulti class in the version used in the project is scanning for available networks - so it's clear why it cannot find it.

However, when looking into the current Github codebase of arduino-esp32 (version 3.0.4) I saw that there was already an improvement on that:
run(uint32_t connectTimeout = 5000, bool scanHidden = false);

Unfortunately, I failed somehow to make use of this new version, as updating the PlatformIO version to platform = espressif32 @ 6.8.1 did not work out.

My workaround is now that I've grabbed the current WifiMulti.cpp and .h file and put them into the project directly (not nice, but does the job).

Any ideas how to resolve that?

tnx es vy 73 de OE5PJN

@pe-jot pe-jot added the bug Something isn't working label Sep 10, 2024
pe-jot added a commit to pe-jot/LoRa_APRS_iGate that referenced this issue Sep 11, 2024
Integrate newer WifiMulti class to be able to connect to hidden WiFi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant