-
Notifications
You must be signed in to change notification settings - Fork 118
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
HTTP update failes on ESP32 Etherent gateway #187
Comments
Just upgraded to 4.0.1 from 3.3.1 using openevse_huzzah32.bin had same issue but resolved itself when tried 2nd time all up to date now. Thanks all! |
Interesting, are you using an esp32 Ethernet gateway? Probably not since you mention you are using |
Sorry misread the header. Yes not using Ethernet gateway. |
Just been having a look at this, I think the issue is that with the wired connection the update is being delivered to fast and we are never going round the main loop and the watch dog is kicking in and rebooting. Over WiFi the update looks to be working for me. |
I think this may need some updates to the Mongoose library, we are currently using v6 but there is v7 now. It may be wise to update but this might be a large amount of work... |
Updates over ethernet were failing because the Mongoose poll() method wasn't exiting for the duration of the firmware upload.
Issue #187 - Feed watchdog in http_update_write()
Testing trying to update from 3.3.2 to 4.0.1
The text was updated successfully, but these errors were encountered: