When I do a dump() on an ESP8266 (that runs my code perfectly well) it doesn't show all the JS code. At some point the console just stops listing the code and the cursor stays at end of line.
When I do a carriage return (on keyboard), the prompt comes back.
I checked the console log, but nothing strange there.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
When I do a dump() on an ESP8266 (that runs my code perfectly well) it doesn't show all the JS code. At some point the console just stops listing the code and the cursor stays at end of line.
When I do a carriage return (on keyboard), the prompt comes back.
I checked the console log, but nothing strange there.
Any ideas what could cause this?