Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues in micropython 1.9.4 #5

Open
KTSherrod opened this issue Nov 12, 2018 · 1 comment
Open

Issues in micropython 1.9.4 #5

KTSherrod opened this issue Nov 12, 2018 · 1 comment

Comments

@KTSherrod
Copy link

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.

@Prasannakamath
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants