No longer able to connect after save()

Posted on
  • Hi
    I uploaded the following to the Espruino device
    function toggle() {
    on = !on;
    digitalWrite(LED1, on);
    digitalWrite(LED2, !on);
    }

    var interval = setInterval(toggle,500);

    Then executed the save() on the terminal

  • How do one flash the unit if one can not connect to it via the webIDE

  • It turned out to be an issue with the WebIDE nothing to do with the hardware

  • Hi Gill,

    Great! What was the issue? Was it just that the board got disconnected/reset while the IDE was still connected on Windows, and then it wouldn't reconnect? That's hopefully something that will be fixed when the new version of Chrome comes out in a few weeks.

  • The webIDE did not update the comms drop down box kept on showing COM19 available. However after shutting down and restart the WebIDE COM19 disappeared.

    Will retest this once the new chrome comes out in a few weeks

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

No longer able to connect after save()

Posted by Avatar for Gill @Gill

Actions