Skip to content

Commit

Permalink
fix downloadLoader
Browse files Browse the repository at this point in the history
  • Loading branch information
bongbui321 committed Apr 17, 2024
1 parent 07d904a commit 334aa10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/QDL/sahara.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class Sahara {

await this.connect();
console.log("Uploading Programmer...");
await this.downLoadLoader();
await this.downloadLoader();
const loaderBlob = await this.getLoader();
let programmer = new Uint8Array(await readBlobAsBuffer(loaderBlob));
if (!(await this.cmdHello(sahara_mode_t.SAHARA_MODE_IMAGE_TX_PENDING))) {
Expand Down

0 comments on commit 334aa10

Please sign in to comment.