You are reading a single comment by @MaBe and its replies. Click here to read the full conversation.
  • look's like there is some trash in the save area.

    try this to save the sample code and preserve boot.

    onInit() {
            console.log('program started')
            setInterval(() => {console.log('lubdub')},3E3);
    }
    setTimeout(save,1E3);
    
About

Avatar for MaBe @MaBe started