I tried to decode the stack trace, but I got this error when calling... I'm not sure, maybe I did not get the point how to use, but maybe you can help... I'm running it on Apple silicon MAC with Python 3.13.2 python3 tools/EspArduinoExceptionDecoder/decoder.py -e .pio/build/d1_mini_debug/firmware.elf exception.txt -t ~/.platformio/packages/toolchain-xtensa /Users/peter/Development/Work/Sourcen/Projects/OnAirNotifier/OnAir-Hardware/tools/EspArduinoExceptionDecoder/decoder.py:65: SyntaxWarning: invalid escape sequence '\W' '^(?P<off>[0-9a-f]+):\W+(?P<c1>[0-9a-f]+) (?P<c2>[0-9a-f]+) (?P<c3>[0-9a-f]+) (?P<c4>[0-9a-f]+)(\W.*)?$') /Users/peter/Development/Work/Sourcen/Projects/OnAirNotifier/OnAir-Hardware/tools/EspArduinoExceptionDecoder/decoder.py:176: SyntaxWarning: invalid escape sequence '\-' self._address_map[last] += ("\n \-> inlined by: " + line) ERROR: Parser not complete! Thanks a lot Peter