• @bosscube, could you elaborate on:

    Each time I reset the Espruino WiFi,...

    Could you list the step you perform to get there?

    Good practice is to put the onInti() into a setTimeout() in order to let the upload complete in it's own thread-share.

    setTimeout(onInit,1000);
    

    If you consider saving the code (with save()), remove this setTimeout(onInit,1000);, upload the code again, and then perform the save() in the console.

About

Avatar for allObjects @allObjects started