-
Notifications
You must be signed in to change notification settings - Fork 89
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
Ethernet usage #152
Comments
hi, esp32FOTA uses the new NetworkClient from espressif when applicable (needs arduino-esp32 3.x.x), so as long as your ethernet library uses it and Network.begin() has been called, it should work |
Very good thanks for your answer, I am using ethernet.h and therefore call Ethernet.begin() or WiFi.begin() depending if I detect eth HW or not but I will have a look to Network.begin as you mention and see if I can migrate |
Hello, I gave it a try but can't compile. If I just add "chrisjoyce911/esp32FOTA" to my libs in platformIO, I get a full bunch of erros (see below) my env is the following: [env] [{ etc... could you help? |
hi, the official platformio package doesn't seem to be maintained any more, please try with this platform version instead [env]
platform = https://github.com/pioarduino/platform-espressif32/releases/download/51.03.04/platform-espressif32.zip |
Thank you Tobozo for the advise, I've tested but unfortunately it is not compatible either, generate a lot of compilaiton errors... I will further check if I can make this working and feedback here but it will take some time |
Sometimes platformio compilation errors can be caused (or be fixed by) tweaking If possible please share a platformio minimal project that reproduces these errors, I may be more helpful with that. |
Hello this library looks really good! My use case is that my esp device can connect the network via wifi OR ethernet, so my question is would that still works over ethernet (w5500 using ethernet.h) thanks!
The text was updated successfully, but these errors were encountered: