Closed tekktrik closed 2 years ago
Addresses Issue #55 by adding the recv_into() method. Tested with Adafruit CircuitPython 7.1.0-beta.0 on 2021-11-12; Adafruit Feather M4 Express with samd51j19 with AirLift FeatherWing, with a modified version of the esp32spi_tcp_client.py example!
recv_into()
Adafruit CircuitPython 7.1.0-beta.0 on 2021-11-12; Adafruit Feather M4 Express with samd51j19
esp32spi_tcp_client.py
Thanks @anecdata, good catch! Changed the return to the number of bytes read!
Addresses Issue #55 by adding the
recv_into()
method. Tested withAdafruit CircuitPython 7.1.0-beta.0 on 2021-11-12; Adafruit Feather M4 Express with samd51j19
with AirLift FeatherWing, with a modified version of theesp32spi_tcp_client.py
example!