jczic / MicroWebSrv

A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
https://github.com/jczic/MicroWebSrv
MIT License
640 stars 115 forks source link

Does this project support ESP8266 #80

Open hoseake opened 1 year ago

hoseake commented 1 year ago

Hello, I encountered a ‘MemoryError:' problem while deploying this project on ESP8266,which I guess is due to insufficient memory, is this the reason? Or no ESP8266 support at all SRAM size of the ESP8266: 160KB ( 64KB IRAM + 96KB DRAM ) MicroPython Version: 1.17 image I renamed main.py to start.py