Can you give me an example of the code and the exact error you get? I tried this initially, and it worked fine:
function a() { /* ä,ö,ü */ console.log("Hello"); } a();
The function a() would be called inside onInit. For example this line in a service declaration:
0x4000 : { // Service für
It is a part of a function which is called inside the onInit function.
@Gordon started
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.
Can you give me an example of the code and the exact error you get? I tried this initially, and it worked fine: