Thanks! I just fixed the IDE flasher size issue - it should go live next time I push an update to the website.
New builds should have the quoting issue fixed too - in order to quote correctly Espruino needed to check if the field name was a valid JS ID - the function to do that expected a C string and I'd made the buffer size for it 16 - so any variable name longer than 15 chars was just kept quoted, hence the ugliness :)
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.
Thanks! I just fixed the IDE flasher size issue - it should go live next time I push an update to the website.
New builds should have the quoting issue fixed too - in order to quote correctly Espruino needed to check if the field name was a valid JS ID - the function to do that expected a C string and I'd made the buffer size for it 16 - so any variable name longer than 15 chars was just kept quoted, hence the ugliness :)