You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I use wemos d1 mini with ethernet module w5100. When using wifi, I can update firmware using ESPhttpUpdate.update just fine. However when switching to ethernet, the function ESPhttpUpdate.update just didn't work.
The text was updated successfully, but these errors were encountered:
BTW, the reason that it doesn't work is that the W5100 implementation is standalone, and not integrated into lwip, so the ethernet sockets are not compatible with the WiFi sockets. This is the same in Arduino.
Having said that, there is a prototype that integrates W5500 support into lwip, so that should work with other socket libs like the ESPhhtpUpdater. Whether it works with W5100 is unknown, but theoretically it should. I can provide further details in the new correctly opened issue.
Hi,
I use wemos d1 mini with ethernet module w5100. When using wifi, I can update firmware using ESPhttpUpdate.update just fine. However when switching to ethernet, the function ESPhttpUpdate.update just didn't work.
The text was updated successfully, but these errors were encountered: