mirror of https://github.com/espruino/BangleApps
fwupdate: pass { noFinish: true } for app
parent
a75338efae
commit
fd0c46608a
|
@ -426,7 +426,7 @@ function handleUpload() {
|
|||
storage:[
|
||||
{name:"RAM", content:hexJS},
|
||||
]
|
||||
}, true);
|
||||
}, { noFinish: true });
|
||||
}
|
||||
|
||||
document.getElementById('fileLoader').addEventListener('change', handleFileSelect, false);
|
||||
|
|
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit 3bbca52f36237e92265749ee86069468460488a1
|
||||
Subproject commit 41e586e3bb1025253ebdaa27a6be32e19619837f
|
Loading…
Reference in New Issue