Update to esptool-js 0.5.3
This commit is contained in:
parent
3e3e864137
commit
78afec369e
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
'use strict';
|
'use strict';
|
||||||
import {html, render} from 'https://cdn.jsdelivr.net/npm/lit-html/+esm';
|
import {html, render} from 'https://cdn.jsdelivr.net/npm/lit-html/+esm';
|
||||||
import {asyncAppend} from 'https://cdn.jsdelivr.net/npm/lit-html/directives/async-append/+esm';
|
import {asyncAppend} from 'https://cdn.jsdelivr.net/npm/lit-html/directives/async-append/+esm';
|
||||||
import { ESPLoader, Transport } from "https://unpkg.com/esptool-js@0.5.1/bundle.js";
|
import { ESPLoader, Transport } from "https://unpkg.com/esptool-js@0.5.3/bundle.js";
|
||||||
export const ESP_ROM_BAUD = 115200;
|
export const ESP_ROM_BAUD = 115200;
|
||||||
|
|
||||||
export class InstallButton extends HTMLButtonElement {
|
export class InstallButton extends HTMLButtonElement {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue