Wiznet / ioLibrary_Driver

ioLibrary_Driver can be used for the application design of WIZnet TCP/IP chips as W5500, W5300, W5200, W5100 W5100S.
MIT License
602 stars 330 forks source link

DNS is not cleared after RSTn is triggered for a WIZ550io or WIZ850io #100

Closed MaBecker closed 4 years ago

MaBecker commented 4 years ago

Using Espruino with PICO

After a reset via RSTn pin function wizchip_getnetinfo() retuns all ip's 0 except for dns

https://github.com/Wiznet/ioLibrary_Driver/blob/cbf5b6e908cfd3e74e03d1a4c9bddaac68ef77bb/Ethernet/wizchip_conf.c#L866-L877

Can this be ignored or should this be corrected?

MaBecker commented 4 years ago

fixed for Espruino