Ahh, ok, if it's from the info app that'll be storage.
Please can you go to Settings -> Utils -> Compact and see if that fixes it?
Settings -> Utils -> Compact
Failing that you can connect with the Web IDE and paste the following code in to the left-hand side:
print(require("Storage").list().map(f=>require("Storage").read(f).length.toString().padStart(7)+" - "+f).sort());
It'll list all files sorted by size and you can see what's taking up the space
@Gordon 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.
Ahh, ok, if it's from the info app that'll be storage.
Please can you go to
Settings -> Utils -> Compact
and see if that fixes it?Failing that you can connect with the Web IDE and paste the following code in to the left-hand side:
It'll list all files sorted by size and you can see what's taking up the space