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
Hey @KTSherrod, I think I found a workaround for _thread error. Just create an empty _thread.py file. It is working for get and put methods, didn't try the other 2
On ESP8266, micropython 1.9.4.
execfile doesn't work. We worked around this by modifying startup.py then importing and calling directly.
usseclient had issues importing. Header comment was removed and it imported just fine.
_thread is apparently not included and we haven't been able to find a workaround.
The text was updated successfully, but these errors were encountered: