-
Notifications
You must be signed in to change notification settings - Fork 70
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
Has FSBrowserNG been tested with the new ver 2.4.1 board manager? #54
Comments
Do you get anything out of the serial port No promises. I may get chance to looks in the next 24 hrs |
Nothing I would judge as helpful. With pin 4 to 3.3v I can see a row of connect dots. |
testing on a wemos D1, and the use config exmaple 2.4.0 and 2.4.1 appear to behave the same if config.json exists and is correct oddly the connect event report ip address 0.0.0.0 but i can ping if by looking up the IP in my DHCP logs and access the web server , i need to look at this i have not been able to test , forced acces point mode this evening, left my jumper wire things at a friends house 2.4.1 does include a few connect reconnected changes, looks like i have some reading to do |
Yes, I noticed the ip address 0.0.0.0 also. Thanks |
Looks line ver 2.4 board manager broke WiFiManager |
Have you got a url for reference |
https://github.com/tzapu/WiFiManager From a very brief look, the same symptoms as you report on FSBrowserNG. |
i have an idea, which explains the 0.0.0.0 due to it not always working the while and it causing a blocking delay the ( WiFi.status() != WL_CONNECTED ) bit was removed, which wait for an ip address WiFi.onStationModeConnected event seem to trigger when wifi mode is established but before DHCP take places, so at the point, the event goes off the IP address is 0.0.0.0 so i need to find time to work though all the example and tune the connection handler to not block, display IP address correctly, and reconnect properly |
weirder and weirder ... |
there is a separate event for GotIP WiFi.onStationModeGotIP i will look into adding a handler , |
I just recompiled working code under the new board manager. It compiles fine but I can not bring up the web config web page to get started. I am using a WEMOS D1 Mini Pro
The text was updated successfully, but these errors were encountered: