Avatar for zone11

zone11

Member since Feb 2014 • Last active Feb 2014
  • 0 conversations
  • 2 comments

Most recent activity

  • in General
    Avatar for zone11

    With firmware v50 the problem losing code is solved for me. Thanks!

  • in General
    Avatar for zone11

    I have the same problem, simple to reproduce.

    reset the board, an add this code "setInterval("digitalWrite(LED1,l=!l);",­200);"
    dump shows then:

    dump()
    var l = false;
    setInterval("digitalWrite(LED1,l=!l);", 200);
    =undefined

    after "save();" and a reboot I got this code:

    dump();
    var l = true;
    digitalWrite(A13,1);
    =undefined

Actions