orionrobots / Bounce

Visual Programming System For Esp8266 running NodeMCU
Apache License 2.0
56 stars 19 forks source link

Out of Memory Error on Esp #33

Open dannystaple opened 8 years ago

dannystaple commented 8 years ago

When code is sent and run in the interpreter - it is sent in big chunks. This has been seen to cause OOM's on the Esp not coping with that much data.

The same code was exported, and loaded in using Esplorer with no issues.

Here is the bounce code: out of mem.zip

The "dofile" method, as used in Esplorer may be a better way to send lots of code - where it's sent as a file. The transparency of what's going on will still be available in the code tab.