AsyncElegantOTA
AsyncElegantOTA copied to clipboard
Improvment
Hi Mr. ayushsharma 82 ...
I would like to know if you can adapt you lib for working also with ethernet cable. The idea would be to use the same way but based on an ethernet webserver based on this lib.. https://github.com/JAndrassy/EthernetENC
Please let me know if are you going to do it.
I really appreciate..
Thanks
On esp32 its very easy. I use ElegantOTA over ethernet without problems. Simply include ETH.h and configure PHY type, DHCP or static and enjoy. :)
Hi @Sejny can you provide an example of the code or a repo thank?
@simogaspa84
Ethernet config is depend on used hardware.
What hardware are you using?
enc28j60 ethernet shield
@Sejny can you provide the lines you changed ? Thanks a lot