adafruit / Adafruit_CircuitPython_WSGI

WSGI library for simple web servers
MIT License
20 stars 18 forks source link

Conversion from adafruit_esp32spi_socket to adafruit_esp32spi_socketpool making esp32spi_wsgiserver.py error #21

Open dandindarov opened 2 months ago

dandindarov commented 2 months ago

Hello,

Since this conversion happened: https://github.com/adafruit/Adafruit_CircuitPython_ESP32SPI/pull/198

esp32spi_wsgiserver.py will need to be updated please to fix the import to socketpool instead of socket

And the set_interface command was removed. So line 45 for example will need to be updated please

Thanks, Dan