• Interestingly if I press the reset button the board I get the following:

    >;ldœŸ|Œdà|Ädìc<‡ƒì{ÛcÄ#ŒóngžlgnœãìcpŒŽ${$sdpò'àƒlcoã<Œ‡c„ûgnçdÄÇd`˜'l`orǛ’'›’d`8ûoà;„œÜãàb'ã|ä‡Çc„û'oîd`ogl n{‡“›g‡lxóoà{Œœœãàälcgã|Œ„cŒûg'çl no$`g{’›o‚l`r›Ûgƒl`{l„Œnœ„ûgnŸ„ŸãÄ{'ogÄdÄcdì$䒃Œ$dl{lä›llloœã„d’dldì$Ęnà‡oìÛo~ŒŒldà€bìŒ$dpcÃcrƒ„ìd`olŽ8„ìl cd`$›’'Ÿg„Ûãnlž|l$`sdŒãänì“{‚ûo|äl„l`„ã{“dŒþLoading 31 bytes from flash...
    >
    =undefined
    >
    

    and can play around with the command prompt as normal. But if I do a reset () / load () the error comes back as follows:

    >
    =undefined
    >reset()
    =undefin
     _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v92.902 Copyright 2016 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    Flash map 4MB:512/512, manuf 0xe0 chip 0x4016
    >load()
    =undefined
    Loading 31 bytes from flash...
    Uncaught InternalError: Not connected to the internet
    Uncaught InternalError: Not connected to the internet
    Uncaught InternalError: Not connected to the internet
    Uncaught InternalError: Not connected to the internet
    Uncaught InternalError: Not connected to the internet
    

    Interestingly, if I use E.setBootCode to erase the flash the problem doesn't go away:

    E.setBootCode("")
    Erasing Flash..................
    Writing...
    Compressed 25600 bytes to 8
    Checking...
    Done!
    >
    =undefined
    >reset()
    =undefin
     _____                 _
    |   __|___ ___ ___ _ _|_|___ ___
    |   __|_ -| . |  _| | | |   | . |
    |_____|___|  _|_| |___|_|_|_|___|
              |_| http://espruino.com
     1v92.902 Copyright 2016 G.Williams
    Espruino is Open Source. Our work is supported
    only by sales of official boards and donations:
    http://espruino.com/Donate
    Flash map 4MB:512/512, manuf 0xe0 chip 0x4016
    >load()
    =undefined
    Loading 8 bytes from flash...
    Uncaught InternalError: Not connected to the internet
    Uncaught InternalError: Not connected to the internet
    Uncaught InternalError: Not connected to the internet
    

    So not sure.

About