We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When debugging is turned on, socket_read() calls to self.socket_status() in the print statement, before the actual read (https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/blob/main/adafruit_esp32spi/adafruit_esp32spi.py#L800), which due to way nina-fw implements getClientStateTcp for UDP clears the socket, making it impossible to actually read the data...
socket_read()
self.socket_status()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When debugging is turned on,
socket_read()
calls toself.socket_status()
in the print statement, before the actual read (https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/blob/main/adafruit_esp32spi/adafruit_esp32spi.py#L800), which due to way nina-fw implements getClientStateTcp for UDP clears the socket, making it impossible to actually read the data...The text was updated successfully, but these errors were encountered: