-
• #2
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 :)
-
• #3
Great. Thanks for the fix and feedback.
Picking a Pico from my stash of Espruino boards, I picked a 1v92 flashed one... what a great release this was, like the 1v96. Updated to 2.v06 and for obvious reason and curiosity I noticed two things:
The image selection dialog pop-up looks not that user friendly (anymore): the width is too narrow to show the drop-down box arrow. Some image short description text is so long that user has to scroll top the far right to get to it. Not a big deal, but is just not looking confidence fostering (see attached screenshot).
For curiosity, I checked / compared
process.memory()
:Where is the difference coming from?
1v92:
2v06:
1 Attachment