vishal-android-freak / firebase-micropython-esp32

Firebase implementation for Micropython on ESP WROOM 32
MIT License
44 stars 19 forks source link

Issues in micropython 1.9.4 #5

Open KTSherrod opened 5 years ago

KTSherrod commented 5 years ago

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 commented 5 years ago

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