Skip to content

Commit a79f23c

Browse files
committed
Add feature to decode backtrace.
See [comment][1]. Do not forget to build in debug-mode. For example in PlatformIO IDE, select as project task 'Advanced' → 'Pre-Debug'. See also [here][2]. To decode backtraces from the Wokwi serial monitor, one can use [this python script][3]. [1]: platformio/platform-espressif32#105 (comment) [2]: https://docs.platformio.org/en/latest/projectconf/build_configurations.html#build-configurations [3]: https://github.com/me21/EspArduinoExceptionDecoder
1 parent c1b3bf7 commit a79f23c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

platformio.ini

+1
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ lib_deps =
1717
adafruit/Adafruit SSD1306@~2.5.3
1818
simsso/ShiftRegister74HC595@^1.3.1
1919
monitor_speed = 115200
20+
monitor_filters = esp32_exception_decoder

0 commit comments

Comments
 (0)