Tie the esptool-js to a working version
This commit is contained in:
parent
ed0627ff35
commit
e36902d862
2 changed files with 1 additions and 6 deletions
|
|
@ -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];
|
||||
|
||||
|
|
|
|||
|
|
@ -8,10 +8,5 @@ set -e
|
|||
# Quit all background tasks when script exits
|
||||
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 &
|
||||
wait
|
||||
|
|
|
|||
Loading…
Reference in a new issue