When I do it, on bigram or normal, I see a big delay during which it looks non responsive (due to echo(0) not having been unset until onInit() is finished - this is why I never put onInit() at the end of my code, and always do that manually - so I can see what's going on)
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.
What are you seeing when you run tht code?
When I do it, on bigram or normal, I see a big delay during which it looks non responsive (due to echo(0) not having been unset until onInit() is finished - this is why I never put onInit() at the end of my code, and always do that manually - so I can see what's going on)