Skip to content

Commit af8e39a

Browse files
authored
Merge pull request #18 from adafruit/dhalbert-patch-1
Update esptool-js version to 0.5.6
2 parents e40971f + 950e9ee commit af8e39a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

base_installer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
'use strict';
66
import {html, render} from 'https://cdn.jsdelivr.net/npm/lit-html/+esm';
77
import {asyncAppend} from 'https://cdn.jsdelivr.net/npm/lit-html/directives/async-append/+esm';
8-
import { ESPLoader, Transport } from "https://unpkg.com/esptool-js@0.5.3/bundle.js";
8+
import { ESPLoader, Transport } from "https://unpkg.com/esptool-js@0.5.6/bundle.js";
99
export const ESP_ROM_BAUD = 115200;
1010

1111
export class InstallButton extends HTMLButtonElement {
@@ -478,4 +478,4 @@ export class InstallButton extends HTMLButtonElement {
478478

479479
return this.esploader;
480480
};
481-
}
481+
}

0 commit comments

Comments
 (0)