stash
This commit is contained in:
parent
874ca62eee
commit
e2e3b249bf
1 changed files with 1 additions and 1 deletions
|
@ -533,7 +533,7 @@
|
|||
reader.readAsArrayBuffer(file)
|
||||
}
|
||||
|
||||
const chunk_size = 512;
|
||||
const chunk_size = 1024;
|
||||
|
||||
function transmit_firmware_chunk(buf, i) {
|
||||
return new Promise((resolve, reject) => {
|
||||
|
|
Loading…
Reference in a new issue