Sorry - I just checked and that is an old one without the variable size changes. Try this one:
http://www.espruino.com/binaries/git/commits/5e9662d82b23dcc7068fd61675860cadd6b7aebb/
There was a period when the variable sizes were smaller but the variable count was still 1800 - @DrAzzy's link wasn't one of those though!
If the RAM size check didn't give any errors, looks like it's ok. It may well be the variable size changes then.
What errors do you get, or does the code just inexplicably not work?
If you could give us some example code that exhibited the problem then we might be able to fix it.
@Gordon started
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.
Sorry - I just checked and that is an old one without the variable size changes. Try this one:
http://www.espruino.com/binaries/git/commits/5e9662d82b23dcc7068fd61675860cadd6b7aebb/
There was a period when the variable sizes were smaller but the variable count was still 1800 - @DrAzzy's link wasn't one of those though!
If the RAM size check didn't give any errors, looks like it's ok. It may well be the variable size changes then.
What errors do you get, or does the code just inexplicably not work?
If you could give us some example code that exhibited the problem then we might be able to fix it.