You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* update serial slip read
* update rawRead fix example usb navigator lint error
* update runStub memBegin move stub logic
* add missing post connect on esp32 s2 ram begin
* update is_stub flag
Copy file name to clipboardExpand all lines: examples/typescript/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
# Using Esptool-JS in a Typescript environment
2
2
3
-
This example has example code in `src/index.ts` which is called in the `index.html`. We are using Parcel to bundle resulting files for simplicity here.
3
+
Typescript example shows basic usage of esptool-js in static html js website with Webserial. The main code is in `src/index.ts` which is called in the `index.html`.
4
+
5
+
We are using Parcel to bundle resulting files for simplicity here.
4
6
5
7
**NOTE:** This example is linked to the documentation generated from the source code. You could remove such dependency if necessary by remove `./docs/index.html` from `src/index.html` if you need so. NPM commands used below will generate documentation as well.
0 commit comments