Hello :)
Try to use the save function.
function onInit() { playMelody(); }
Upload to Espruino, then in the right hand side; type save() and press Enter. You Espruino should now playMelody() each time it's powered on!
save()
playMelody()
@alexanderbrevig 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.
Hello :)
Try to use the save function.
Upload to Espruino, then in the right hand side; type
save()
and press Enter.You Espruino should now
playMelody()
each time it's powered on!