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
Is there a workaround for this? I'd really love to run a basic http server on a MatrixPortal M4. This closed issue points to using WSGI, but because of this bug WSGI doesn't work either. The linked issue above is closed as completed but I don't see the resolution...
@justmobilize Sorry, don't recall what examples I was trying. When it didn't work and there weren't any replies I moved on pretty quick to an arduino approach instead of CircuitPython. But I do remember I didn't get far before the error. Let me know if you can't replicate the problem with that example and I can try and help.
Hello,
Since this conversion happened:
adafruit/Adafruit_CircuitPython_ESP32SPI#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 pleaseThanks,
Dan
The text was updated successfully, but these errors were encountered: