Hmm - that looks like a bit of debug stuff from @Kolban that probably shouldn't be in there?
There's a lot more magic that goes into the Espruino console (multi-line, command history, etc). It'd be much better not to duplicate that - especially in an ESP8266-specific way :)
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.
Hmm - that looks like a bit of debug stuff from @Kolban that probably shouldn't be in there?
There's a lot more magic that goes into the Espruino console (multi-line, command history, etc). It'd be much better not to duplicate that - especially in an ESP8266-specific way :)