-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
Web interface is not showing any AP #128
Comments
Could you confirm that there are 2.4Ghz wifi network around you? The esp32 does not support 5Ghz wifi. Otherwise, do you have a branch where I could take a look at the code, if you are using the default_demo as I think you are, it should work just fine as it is. |
Yes there are 2.4GHz wifi network arround me. |
I've sent you a PR on your repo, everything builds and run on my side. I have no experiences with platformIO so there might be some differences. With my normal ESP-IDF setup, the project was not building it was giving me some errors. I've built using the ESP-IDF docker and tested on ESP32-WROOM-32E. Let me know how it goes. |
set diff --git a/platformio.ini b/platformio.ini
index 4f1498a..f8bdb0b 100644
--- a/platformio.ini
+++ b/platformio.ini
@@ -14,8 +14,9 @@ board = nodemcu-32s
framework = espidf
monitor_speed = 115200
-board_build.embed_txtfiles =
+board_build.embed_files =
components/esp32-wifi-manager/src/index.html
components/esp32-wifi-manager/src/code.js
components/esp32-wifi-manager/src/style.css |
Prerequisites
Description
I'm trying to use wifi manager but the Web interface is not showing any AP knowing that there are close nearby APs
Steps to Reproduce
System Configuration
ESP32 board
The text was updated successfully, but these errors were encountered: