QUERY · ISSUE
esp8266: multi threading
enhancementport-esp8266
Is it possible to build MicroPython for esp8266 with _thread support and how?
CANDIDATE · ISSUE
How to add pip modules to micropython?
Hi there,
I was wondering if it's possible to add installs/modules from using pip.
A example would be the pip install catt module.
So my question is, is it possible to add modules, compile and make the bin file to flash it on the esp8266. With the extra module added.
If so could somebody point me out to the right direction?