Search found 1 match
- Fri Jan 12, 2018 1:32 pm
- Forum: ESP8266 boards
- Topic: Reached the memory limits of the ESP8266 board. Now what?
- Replies: 24
- Views: 19310
Re: Reached the memory limits of the ESP8266 board. Now what?
[quote=pythoncoder post_id=23803 time=1512969876 user_id=265] If the limit is RAM the solution is to use frozen bytecode. This is documented here [url]http://docs.micropython.org/en/latest/pyboard/reference/constrained.html[/url]. [/quote] Hello, I also face problems with limited memory on ESP8266. ...