You mean as if you clicked 'open file' then 'upload' in the IDE?
Well not exactly. I talking about already existing files on the device. Let's assume there are already two "apps" (clock 1 and clock 2) in the file system. Wouldn't it make sense to open the storage menu and click the file you want to load into the ram to be executed?
Otherwise you would have to download the file (takes time) and open the file (where did it put it?!) and then upload (takes time).
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.
Well not exactly. I talking about already existing files on the device. Let's assume there are already two "apps" (clock 1 and clock 2) in the file system. Wouldn't it make sense to open the storage menu and click the file you want to load into the ram to be executed?
Otherwise you would have to download the file (takes time) and open the file (where did it put it?!) and then upload (takes time).