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
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Interestingly if I press the reset button the board I get the following:
and can play around with the command prompt as normal. But if I do a reset () / load () the error comes back as follows:
Interestingly, if I use E.setBootCode to erase the flash the problem doesn't go away:
So not sure.