Change socket.read to socket.recv
Changes calls from socket.read
to socket.recv
to match the latest ESP32SPI release.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.
Changes calls from socket.read
to socket.recv
to match the latest ESP32SPI release.
To use in CircuitPython, simply install the Adafruit CircuitPython bundle.
Read the docs for info on how to use it.