You are reading a single comment by @Robin and its replies.
Click here to read the full conversation.
-
Sat 2019.08.10
'I think Espruino doesn't support default parameters'
Bingo! @AkosLukacs you are correct. Not implemented yet. Below ES6 heading:
The
LOW_MEMORY
means the Espruino is low on memory, but it's just a warning, if you see it alone.MEMORY
means Espruino definitely ran out of memory.You can try one thing: In the Web IDE settings, go to Communication, and
Btw https://github.com/triestpa/Tiny-OTP fits this way, but there is an error running it:
I think Espruino doesn't support default parameters.
As Robin said, there could be couple of tiny issues preventing you from uploading code that runs fine on node or in browser...