-
Notifications
You must be signed in to change notification settings - Fork 13.3k
v2.4.0 - wifi.status() and wifi.localIP not updated after a reconnect. #4257
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
Comments
@Sparatutto is this valid with latest git? |
Sorry but I'm almost a newbies on all of this. |
Hi, |
Releases can be installed via board manager. Installation for latest git means the latest code available in master branch. Installation instructions are on readthedocs. |
@devyte yes it is already installed with board Manager: I will try to find a way to use the git procedure (to install Python 2.7 could be a problem). Does it mean that the version available using git is more updated than the version linked by board manager (URL)? |
The git version is always more updated than the board manager version. The downside is that it could potentially get broken every so often, since the most recent commit is development by definition. We try to avoid that, but it can happen. |
@devyte i'm trying to get the git working and verify if the issue is still present but it is not easy. with github Desktop I have cloned the git: But I cannot run python from a cmd window. I have a python shell (3.6.3) but running get.py in the shall it takes hours and the result doesn't work. So no way for me to test it. |
it has to be 2.7 not 3.x, git version is always good fixes, think of it as nightlies :) |
Ok after the approval of the admin I got python 2.7 and git 2.16 .... So the issue can be closed for me. One question before to close: have I to clone and run python time by time to have always the last update correct? Thanks! |
You can try with lwip v2 and mss=1460 for better speed.
Menu will soon change and the erroneous unstable mention be removed.
|
No, not necessary. The python version can probably stay as is, at least for the foreseeable future. |
you could create a batch file to do it, then run it as a task when your computer is idle every couple weeks |
I found same problem today and can confirm that 2.4.0 has a bug. Rgds |
@drschlaumeier thanks, it's always welcome when users confirm against git. |
Thanks. How far away is git from new release? weeks? month? |
you dont like using git? i dont prefer /outdated/ buggy releases, nightlies are better :) |
hmm, I thought that stable releases are extensively tested and mostly bug free. |
the development branch is all about bug fixes and new features, and sometimes, new features can bring more bugs, most of the time tho they fix the problems that others see, that wasnt previously caught or figured out yet |
Hmm, I will try git for my smart home systems but I'm still sceptical. |
Was this problem ever sorted out? |
Hello.
My HW and setup is the following:
Core Version: 2.4.0
Description
When the connection with the AP (it is a Vodafone station if is useful to know) is lost, the module automatically try to reconnect.
Enabling the debug it seems to reconnect but the IP and wifi.status are not properly updated.
I did read many different issues and it seems to be solved with lwIP variant v2 536 and 1460.
But in my case it is not working.
Instead with lwIP v1.4 it works.
Am I doing something wrong?
Thanks,
Here below the test sketch for the issue.
Sketch
Debug Messages
The text was updated successfully, but these errors were encountered: