If you had previous firmware, the storage module changed to allow longer file names. Completely erasing flash, or issuing a require("Storage").eraseAll() should fix the issue.
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.
If you had previous firmware, the storage module changed to allow longer file names. Completely erasing flash, or issuing a
require("Storage").eraseAll()
should fix the issue.