Is not a bug, it's just that if you include a whole bunch of code with libraries, then try and run a low level trace() you will see a lot of information being output. It's expected.
Yes, minification renames variables to single characters, a..z
No, if you see a single character, it does not mean you have the same problem. It just means you're looking at minified code
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.
Hi Robin, I don't want to waste too much time responding to this as I have tried to explain multiple times in the past. These are not related at all.
http://forum.espruino.com/conversations/346486/
I posted the fix a few comments later at http://forum.espruino.com/comments/15238576/ - you were using the function incorrectly.
http://forum.espruino.com/conversations/346667/
Is not a bug, it's just that if you include a whole bunch of code with libraries, then try and run a low level
trace()
you will see a lot of information being output. It's expected.Yes, minification renames variables to single characters,
a..z
No, if you see a single character, it does not mean you have the same problem. It just means you're looking at minified code