Description of problem:
I can't run the module from the .py file because I'm already out of memory. After mpy-cross compilation there is an error during import:
>>> import tinyweb
Trackback (most recent call last):
File "<stdin>", line 1, in <module>
ValueError: invalid syntax for number
Device and/or platform: ESP8266, Micropython v1.13
Description of problem: I can't run the module from the .py file because I'm already out of memory. After mpy-cross compilation there is an error during import:
Other modules after compilation working fine.