Merge pull request #337 from mikeysklar/patch-1

Update esptool-js import to v0.6.0 CDN bundle
pull/338/head
Melissa LeBlanc-Williams 6 months ago committed by GitHub
commit 677371b5ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,6 +1,6 @@
//import { ESPLoader, Transport } from "https://unpkg.com/esptool-js@0.5.6/bundle.js";
// Using local copy of the latest esptool-js bundle while waiting for an official release
import { ESPLoader, Transport } from "./bundle.js";
import { ESPLoader, Transport } from "https://unpkg.com/esptool-js@0.6.0/bundle.js";
// Previously using local copy of the esptool-js bundle
//import { ESPLoader, Transport } from "./bundle.js";
const baudRates = [921600, 115200, 230400, 460800];

Loading…
Cancel
Save