upload this simple application and get a list of files on SD
var fs = require("fs"); console.log(fs.readdir());
upload same 2nd time and get ERROR: Unable to list files : DISK_ERR
upload same 3rd time and get ERROR: Unable to mount SD card : NOT_READY
After HW reset, story starts again
@JumJum started
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.
upload this simple application and get a list of files on SD
upload same 2nd time and get ERROR: Unable to list files : DISK_ERR
upload same 3rd time and get ERROR: Unable to mount SD card : NOT_READY
After HW reset, story starts again