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 reconnecting automatically after jw.disconnect() with latest lwip #6

Open
arihantdaga opened this issue Jun 4, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@arihantdaga
Copy link

arihantdaga commented Jun 4, 2018

With latest lwip 2 from esp github repo, we we call jw.disconnect() it is not automatically connecting back to the network (Or should I say, pretending that it is not connecting but actually still connected).

This example from Serial dump of Espurna after i send the command "wifi.reset" .

[WIFI] Disconnected
[WIFI] Connecting to BSSID: FE:3F:60:14:FF:3F CH: 00, RSSI:   0, SEC: OPEN, SSID: WhoMe...
[WIFI] Could not connect to WhoMe...

It will keep printing message - 'Connecting to BSSID...' and then 'Could not connect to MY_WIFI_NAME'
But i am also running a webserver on the esp8266 and surprisingly i am able to connect to the IP of the device when it was connected to my wifi network even when its showing trying to connect message in terminal..

This is happening with latest lwip version 2.

@xoseperez xoseperez added the bug Something isn't working label Jun 4, 2018
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

2 participants