Wiznet / RP2040-HAT-C

Ethernet Example for RP2040
64 stars 35 forks source link

Unstable startup fix - added gpio_init(PIN_RST) for W5x00 #18

Open sedlons opened 1 year ago

sedlons commented 1 year ago

Sometimes the startup had random problems. I found, that reset pin is not pulled down. Issue solved after adding missing gpio_init of PIN_RST.

sedlons commented 1 year ago

This resolves #19

macaba commented 2 months ago

Quick feedback - this resolved the unstable startup problem for me, I recommend merging the PR.