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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,15 @@ It is composed of a ⌨️ Rust library, a 💻 Rust command line tool, and a
6
6
7
7
### Web tool
8
8
9
-
The web tool is hosted on [Github Pages here](https://maximeborges.github.io/esp-stacktrace-decoder/).
9
+
The web tool is hosted on [Github Pages here](https://esphome.github.io/esp-stacktrace-decoder/).
10
10
11
11
It is taking your `.elf` firmware and the stack trace, and outputs the list of functions and their locations, without uploading any of your data anywhere.
You can also deploy it yourself by hosting the content of the pre-compiled package `esp_exception_decoder_wasm.tar.gz` on the [release page](https://github.com/maximeborges/esp-stacktrace-decoder/releases), or by compiling the library in WebAssembly using `wasm-pack`:
17
+
You can also deploy it yourself by hosting the content of the pre-compiled package `esp_exception_decoder_wasm.tar.gz` on the [release page](https://github.com/esphome/esp-stacktrace-decoder/releases), or by compiling the library in WebAssembly using `wasm-pack`:
18
18
19
19
# Install the Rust toolchain by following the latest instructions from here: https://www.rust-lang.org/tools/install
20
20
# Install wasm-pack by following the latest instructions from here: https://rustwasm.github.io/wasm-pack/installer
@@ -35,7 +35,7 @@ A bit more boring command line tool is also available:
0 commit comments