adafruit / Adafruit_CircuitPython_ESP32SPI

ESP32 as wifi with SPI interface
MIT License
101 stars 74 forks source link

Fix double subtraction of bytes_read from num_to_read in recv_into #183

Closed us3r64 closed 8 months ago

dhalbert commented 8 months ago

Thanks for this fix! So this fixes the problem you were seeing, in your experience?

us3r64 commented 8 months ago

Yes, and from what I see it might fix this issue https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/issues/9 also.