Tie the esptool-js to a working version

pull/311/head
Melissa LeBlanc-Williams 2 months ago
parent ed0627ff35
commit e36902d862

@ -1,4 +1,4 @@
import { ESPLoader, Transport } from "https://unpkg.com/esptool-js/bundle.js"; import { ESPLoader, Transport } from "https://unpkg.com/esptool-js@0.5.1/bundle.js";
const baudRates = [921600, 115200, 230400, 460800]; const baudRates = [921600, 115200, 230400, 460800];

@ -8,10 +8,5 @@ set -e
# Quit all background tasks when script exits # Quit all background tasks when script exits
trap "kill 0" EXIT trap "kill 0" EXIT
# Run tsc once as rollup expects those files
#npm exec -- tsc || true
#npm exec -- rollup -c
#npm exec -- tsc --watch &
npm exec -- serve -p 5004 & npm exec -- serve -p 5004 &
wait wait

Loading…
Cancel
Save