Open dannystaple opened 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.
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.