Skip to content

Commit 2a89b34

Browse files
authored
Update README.md
1 parent 5626bc5 commit 2a89b34

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Arduino ESP8266/ESP32 Exception Stack Trace Decoder [![Build Status](https://travis-ci.org/me-no-dev/EspExceptionDecoder.svg?branch=master)](https://travis-ci.org/me-no-dev/EspExceptionDecoder)
22

3-
Arduino plugin which lets you get a more meaningful explanation of the stack traces you get on ESP8266.
3+
Arduino plugin which lets you get a more meaningful explanation of the stack traces you get on ESP8266/ESP32.
44

55

66
## Installation
7-
- Make sure you use one of the supported versions of Arduino IDE and have ESP8266 core installed.
7+
- Make sure you use one of the supported versions of Arduino IDE and have ESP8266/ESP32 core installed.
88
- Download the tool archive from [releases page](https://github.com/me-no-dev/EspExceptionDecoder/releases/latest).
99
- In your Arduino sketchbook directory, create tools directory if it doesn't exist yet.
1010
- Unpack the tool into tools directory (the path will look like `<home_dir>/Arduino/tools/EspExceptionDecoder/tool/EspExceptionDecoder.jar)`.
@@ -19,6 +19,10 @@ Arduino plugin which lets you get a more meaningful explanation of the stack tra
1919

2020
![EspExceptionDecoder.png](EspExceptionDecoder.png)
2121

22+
### Exception decoded on ESP32
23+
24+
![esp32-exception.png](esp32-exception.png)
25+
2226
## Gedit Highlighting
2327
You can use the *StackTrace* utility to have gedit highlight the above stack trace for easy viewing. More details can be found here: https://github.com/electronicsguy/ESP8266/tree/master/Misc/StackTrace
2428

0 commit comments

Comments
 (0)