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
{{ message }}
This repository was archived by the owner on Sep 6, 2023. It is now read-only.
Hi, I just got my WROOM32 dev. board from Adafruit, following Tony D's guide I built the firmware and got the REPL working - though I had to hold only the boot button when doing make erase and make deploy. When trying out the socket module I get the following exception:
MicroPython v1.8.6-623-g534aefd on 2017-02-22; ESP32 module with ESP32
Type "help()" for more information.
>>> import socket
>>> s = socket.socket()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
OSError: [Errno 105] ENOBUFS