-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
AP Off #2608
Comments
Might it work for your use case to store the settings in the EEPROM when you're finished with the configuration-process via the AP and then reboot the device? After the reboot the code could detect, that the configuration is already done, read it from the EEPROM and do it's stuff without starting the AP again. |
Using git version, mine ESP8266 create a Wifi network too, without I want it. |
@castro2487 If you want to turn off the Wifi, see #644 , you need something like: |
i was looking for but i haven't find it yet, it's possible to turn off the Wifi network that i create with the ESP8266? i try WiFi.mode(WIFI_OFF), and doesn't work.
because i use the AP for receive some data the first time that i turn of the hardware and when i finish the configuration process i want to shut down the AP and receive the colllect information VIA internet with a IP address that i have and then to the app that im doing.
The text was updated successfully, but these errors were encountered: