mirror of https://github.com/espruino/BangleApps
fwupdate: don't reset the watch after upload
Closes #3153. Trace: ``` apps/fwupdate/custom.html:423: calls `sendCustomizedApp()` core/lib/customize.js:63: send customised app core/js/index.js:340: handle `"app"` message core/js/index.js:356: call `uploadApp()` core/js/comms.js:166: call `showUploadFinished()` core/js/comms.js:24: reset watch (if autoReload is set) ```pull/3154/head
parent
932d2c0d9d
commit
a75338efae
|
@ -426,7 +426,7 @@ function handleUpload() {
|
|||
storage:[
|
||||
{name:"RAM", content:hexJS},
|
||||
]
|
||||
});
|
||||
}, true);
|
||||
}
|
||||
|
||||
document.getElementById('fileLoader').addEventListener('change', handleFileSelect, false);
|
||||
|
|
2
core
2
core
|
@ -1 +1 @@
|
|||
Subproject commit c97b7851f50cfff4e898c2264a337a17085ce463
|
||||
Subproject commit 3bbca52f36237e92265749ee86069468460488a1
|
Loading…
Reference in New Issue