Wiznet / RP2040-HAT-MicroPython

54 stars 22 forks source link

Question about socket #16

Open tom9672 opened 2 years ago

tom9672 commented 2 years ago

OSError: [Errno 22] EINVAL after using sock.setblocking(False).

My code works well on PICO W. But get error on 5100S.

What makes this problem and how to solve it.

Thank you !