• This seems to have solved the issue @virtualcodewarrior reported above for me too. However, after doing a dump() (after doing a 'Send to Espruino' in the WebIDE) I see the original code that is available right after flash below my own code:

    pinMode(D0, "input_pullup");
    pinMode(D2, "opendrain");
    pinMode(D4, "input_pullup");
    pinMode(D5, "input_pullup");
    pinMode(D12, "input_pullup");
    pinMode(D13, "input_pullup");
    pinMode(D14, "input_pullup");
    pinMode(D15, "input_pullup");
    

    How do I get rid of that?

About