Skip to content

Commit

Permalink
unicode :/
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Sep 18, 2024
1 parent 7785078 commit 54a0ff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/uartUploadZIP.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
promise = promise
.then(() => {
setStatus("Decompressing"+path);
return file.async("string");
return file.async("binarystring");
}).then(data => {
if (data.length==0) {
console.log("Can't restore files of length 0, ignoring "+path);
Expand Down

0 comments on commit 54a0ff2

Please sign in to comment.