ps: this is the info file:
require("Storage").write("softreboot.info",{ "id":"softreboot", "name":"SoftReBoot", "src":"softreboot.app.js" });
coverting an icon and sending to the app store need more effect than writing one... i'' skip it at the moment reference here: https://www.espruino.com/Bangle.js+First+App
@ccchan 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.
ps: this is the info file:
require("Storage").write("softreboot.info",{
"id":"softreboot",
"name":"SoftReBoot",
"src":"softreboot.app.js"
});
coverting an icon and sending to the app store need more effect than writing one...
i'' skip it at the moment
reference here:
https://www.espruino.com/Bangle.js+First+App