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

Not connecting to WIFI correctly #45

Closed
species5618 opened this issue Feb 4, 2018 · 1 comment
Closed

Not connecting to WIFI correctly #45

species5618 opened this issue Feb 4, 2018 · 1 comment

Comments

@species5618
Copy link
Collaborator

raising this mainly as a discussion point , and collect information

i recently rebuilt my laptop, and fully updated all the libraries
esp8266 2.4.0 and all the latest Async ESPWebserver libraries

now almost every time the device connects to wifi, gets an IP address, and pings,
but the code is convinced the connection is not working , so sits in the

while (!WiFi.isConnected()) {
    delay(1000);
    DBG_OUTPUT_PORT.print(".");
}

loops at line 580 in FSWebServerLib.cpp

i have compiled the sample asyncwebserver sample which runs with out issue
so i think that is a subtle change i the wifi event handling

more to follow

@species5618
Copy link
Collaborator Author

updated wifi connection hold process based on code from latest espwebserver example

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