We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e40971f + 950e9ee commit af8e39aCopy full SHA for af8e39a
base_installer.js
@@ -5,7 +5,7 @@
5
'use strict';
6
import {html, render} from 'https://cdn.jsdelivr.net/npm/lit-html/+esm';
7
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";
+import { ESPLoader, Transport } from "https://unpkg.com/esptool-js@0.5.6/bundle.js";
9
export const ESP_ROM_BAUD = 115200;
10
11
export class InstallButton extends HTMLButtonElement {
@@ -478,4 +478,4 @@ export class InstallButton extends HTMLButtonElement {
478
479
return this.esploader;
480
};
481
-}
+}
0 commit comments