adafruit / Adafruit_CircuitPython_Wiznet5k

Pure-Python interface for WIZNET 5k Ethernet modules
Other
15 stars 35 forks source link

Fix recv, recv_into logic and have same behavior as ESP32SPI #140

Closed us3r64 closed 8 months ago

us3r64 commented 8 months ago

Reuse ESP32SPI recv, recv_into logic for easy bug fixes and have expected behavior with libs that use network socket.

Fix: https://github.com/adafruit/Adafruit_CircuitPython_Wiznet5k/pull/139