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
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Arduino plugin which lets you get a more meaningful explanation of the stack tra
8
8
- Download the tool archive from [releases page](https://github.com/me-no-dev/EspExceptionDecoder/releases/latest).
9
9
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
10
10
- Unpack the tool into tools directory (the path will look like `<home_dir>/Arduino/tools/EspExceptionDecoder/tool/EspExceptionDecoder.jar)`.
11
+
- On newer versions of linux (Ubuntu 20.04), you may need to install the libncurses5 and libpython2.7 packages: `sudo apt install libncurses5 libpython2.7`
0 commit comments