Merge branch 'espruino:master' into master

master
smekras 2022-03-15 19:30:42 +01:00 committed by GitHub
commit d4c307cf46
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ function bangleDownload() {
}).then(() => {
return Comms.showMessage(Const.MESSAGE_RELOAD);
}).then(() => {
return zip.generateAsync({type:"blob"});
return zip.generateAsync({type:"binarystring"});
}).then(content => {
Progress.hide({ sticky: true });
showToast('Backup complete!', 'success');

2
core

@ -1 +1 @@
Subproject commit c307754532cf0aa675945f98be46fdc9aa5d96af
Subproject commit 6e94cf77a2b355389dcd5efa55e2249a9b31983c