Closed sgbaird closed 2 years ago
Hi, the pico W is not supported in Circuitpython. Its wifi modules requires additional work to be supported. Follow this issue to know when it is: https://github.com/adafruit/circuitpython/issues/6558
The latest beta (8.0) of circuitpython now includes support for wifi/socketpool on the pico w. I was able to get adafruit_httpserver to work, but had to change the socket from non-blocking to blocking.
Change False
to True
here: