The problem is when you have "compiled" written in a module (like 433). At the moment the Web IDE doesn't handle that (it's more difficult, because with minified modules, "compiled" gets moved around!).
Once you move the code out of the module into the Web IDE itself it works fine though
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.
Oh yes, the compiler works fine.
The problem is when you have
"compiled"
written in a module (like 433). At the moment the Web IDE doesn't handle that (it's more difficult, because with minified modules,"compiled"
gets moved around!).Once you move the code out of the module into the Web IDE itself it works fine though