Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.21 KB

File metadata and controls

32 lines (21 loc) · 1.21 KB

Typescript implementation of esptool-js

Slightly modified to customize the UI

Type Status
Build status artefact build status
Page Build status artefact build status

The original project: here

The original readme file: here

Live demo

Visit: dattazigzag.github.io/webespflasher/

Testing it locally

npm install
npm run build
cd typescript
npm install
npm run dev # Run local sever with example code

Then open http://localhost:1234 in a Chrome browser. The npm run build step builds the lib used in the typescript/src/index.html.

License

The code in this repository is Copyright (c) 2023 Espressif Systems (Shanghai) Co. Ltd. It is licensed under Apache 2.0 license, as described in LICENSE file.