With minification set to simple optimization I get a message for statement is not supported yet. Minification changes the while loop in function f() into a for loop.
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.
With minification set to simple optimization I get a message for statement is not supported yet. Minification changes the while loop in function f() into a for loop.