You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ESP32SPI was designed to drive the NINA firmware on the ESP32 in wifi co-processor configurations. The NINA firmware, originally written by Arduino, uses the Arduino networking model, which does not directly expose these socket functions.
However, there is a current effort to implement these functions to improve compatibility with the CPython socket model: #218
Why
adafruit_esp32spi_socketpool
haven't following attribute:bind
accept
listen
Like other
Socketpool
for wifi inboard module or Wiznet5k ?Any specific reasons ?
Thanks in advance
The text was updated successfully, but these errors were encountered: