espressif / esptool-js

Javascript implementation of flasher tool for Espressif chips, running in web browser using WebSerial.
https://espressif.github.io/esptool-js/
Apache License 2.0
251 stars 101 forks source link

Stub already running detection #136

Closed pkendall64 closed 1 month ago

pkendall64 commented 3 months ago

Adds the code from the python version of esptool that detects if the stub flasher is already running. If the stub is already running, the stub upload is no longer performed.

brianignacio5 commented 1 month ago

LGTM Thanks for the contribution

pkendall64 commented 1 month ago

LGTM Thanks for the contribution

Thanks for merging.