mirror of https://github.com/espruino/BangleApps
Don't 'load' watch, just display message asking for reload
parent
af0064947e
commit
9d634f055f
2
comms.js
2
comms.js
|
@ -38,7 +38,7 @@ removeApp : app => { // expects an app structure
|
|||
}).join("");
|
||||
console.log("removeApp", cmds);
|
||||
return new Promise((resolve,reject) => {
|
||||
Puck.write("\x03"+cmds+"\x10load()\n",(result) => {
|
||||
Puck.write("\x03"+cmds+"\x10E.showMessage('Hold BTN3\\nto reload')\n",(result) => {
|
||||
if (result===null) return reject("");
|
||||
resolve();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue