-
• #2
Hi,
You should be able to see what changes have been made to the WIZnet library at https://github.com/espruino/Espruino/commits/master/libs/network/wiznet
The last w5500.c commit I see is
Updated to Wiznet/ioLibrary_Driver 3.1.3
though - so if there are new libraries or patches it'd be great if you could do a PR with an update
Hello!
We're using a custom board and recently we've managed to connect Ethernet module based on W5500. It works great, however it has its issues. For instance - if a cable isn't connected on
.connect()
, the whole system freezes. It also can run out of free sockets because, apparently, it doesn't disconnect them properly, or at all. I've managed to find on the internet that several people 'fixed' the WIZnet library for their needs.Either way this requires further investigation on my end, but my current question is:
What version of WIZnet library Espruino uses as a base and were there any modifications to it?