Closed William04A closed 4 years ago
Ok, I think that your SiPy module doesn't have 4Mo RAM right? It's an old Pycom SiPy version with less than 128K of RAM?
You are correct! I tried the library with a PyCom GPy that I bought yesterday and it worked like a charm. Finally a well-documented, easy understandable micro web framework for PyCom and ESP32. You should be proud!
Thank you 👍
Hi! I previously used a library/web framework called picoweb on my PyCom, but I just found this new version of MicroWebSrv which seems much better documented to me!
However, when loading the module on a SiPy and trying to import it, I get a MemoryError:
Do you have any recommendations on how to get it to work, since MicroWebSrv2 claims it works on PyCom boards? I already tried using the gc module, but it did not help. Still the same error.